SHERWOOD

Contracts & addresses

Deployed addresses, key functions and events.

Testnet (chain id 46630). ABIs live in the repo under web/lib/abi/, or fetch everything from GET /api/state.

Key entry points

FunctionWhat it does
ambush(square)stake ETH on one hideout (payable)
ambushMany(squares[])cover several hideouts in one tx, stake splits evenly
seal() / draw()advance the round — permissionless, tipped 0.0001 ETH
withdraw()take everything from your auto-settled bank
claim(roundId)manual claim for a specific finalized round
bury(minLootOut)trigger the buyback — permissionless, 1h cooldown, tipped
enter(count)buy lottery tickets (KingsRansom; needs LOOT approval)
stake / unstake / claimRewardsLootStake, no lockup
swapEthForLoot / swapLootForEthLootPool trading

Events worth indexing

RoundStarted, Deployed, Drawn, VaultBurst, Settled, Buried, TicketsBought, DropCreated — everything a leaderboard or bot needs is emitted.