AnteMetaPoolV01

Verified contract

Active on Base with 586 txns
Deployed by via 0x6baec449 at 11856799
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $630.63
ERC-20
Value $0.06
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xebbe63f232fe135f4635fd0bc6387e4364aef24002b9270b9e29ca3004b98b38
0x6138ec226904f9906f2bd3d57d89f5feafabdce0c9a33ca6f97b1887f07287b4
0xcdbc0f0deb34f3080dcabf1d9fe6dbdf0aef1e2145c0df0077a63702b325ea81
0xc3b00fdc144b6459f62ce03f7f185d686474b9960cd287b41364e4b8434d64cf
0x512a0ae7721b6f865341eb91a7254b6d63d1cf3839db10a6e5e6f1a938a46411
0x18cbdbbefda7925e43a34d8afb6ffd4cd972f907f7123d3bc0546f82cef8e81e
0x923e7ffb1581a39a0ae411b7acfadef72752b57ef924a06c06e7485a707f821c
0xe70ba107c0b2810f1782f8fb71175276444269dc8b13f5a766bf7c9277bb47d5
0x4edb66fed749a4dab2f22ca6976b8f3222ded00298f59e413173d4bb6efab20e
0xea295679336f7e5c5a2f8db5d9d39036a478d9e9051d948da2a9badfd5f0ab95

Functions
Getter at block 22923993
DOMAIN_SEPARATOR(view returns (bytes32)
0x3f6f73c14b77a6d24238d37f3dce6ef87cb02d62082e16d8354dc14ccf7b3483
nextId(view returns (uint256)
182
Read-only
cancellationInitiatedBy(uint256view returns (address)
getCommitment(uint256 anteIdview returns (struct IAnteMetaPoolV01Commitment)
getParticipant(uint256 anteIdaddress accountview returns (uint256 positionuint8 sideuint256 totalAtEntryuint256 balance)
getTotalStake(uint256 anteIduint8 sideview returns (uint256)
totalStakes(uint256uint8view returns (uint256)
State-modifying
create(struct IAnteMetaPoolV01CreateCommitmentParams params
join(struct IAnteMetaPoolV01JoinCommitmentParams params
mutuallyCancel(uint256 anteId
settle(uint256 anteId
settleWithSignature(uint256 anteIdstruct IAnteMetaPoolV01Settlement settlement
withdrawRefundTo(uint256 anteIdaddress to
withdrawTo(uint256 anteIdaddress to
Events
CancellationInitiated(uint256 indexed anteIdaddress initiator
CommitmentCanceled(uint256 indexed anteId
CommitmentCreated(uint256 indexed anteIdaddress indexed authoruint8 sideuint256 stakeAmount
CommitmentSettled(uint256 indexed anteIdaddress indexed settleraddress submitteruint8 winningSide
ParticipantJoined(uint256 indexed anteIdaddress indexed participantuint8 sideuint256 stakeAmount
Withdraw(uint256 indexed anteIdaddress indexed participantuint256 amount
WithdrawRefund(uint256 indexed anteIdaddress indexed to
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AlreadyInitiated(
AlreadyJoined(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
EmptyBalance(
ExpiredSignature(
FailedInnerCall(
GateNotContract(
InvalidCommitment(
InvalidJoinParams(
InvalidSettleParams(
InvalidSettler(
InvalidSide(
InvalidSignature(
InvalidStatus(
MinStakeRequired(uint256 minStake
NoMinStake(
NotAllowed(
NotAllowedByGate(
NotCancellable(
OutsideJoinPeriod(
PendingSettlement(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
SettlementUnavailable(
SettlerNotContract(