AnteMetaPoolV01
Verified contract
Active on
Base with 586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 630.000002 | $1.001 |
$630.63 | |
WGC | ERC-20 | 200 | $0.000277 |
$0.06 | |
USA | ERC-20 | 1 | $0.000648 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000522 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
SAMOYES | ERC-20 | 81 | -- | -- | |
GOOLAR | ERC-20 | 81 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
BASEHUSKY | ERC-20 | 68 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752013 | 4 days ago | | | 0 | 0.000010008434 | |
| 22751280 | 4 days ago | | | 0 | 0.000087780440 | |
| 22751045 | 4 days ago | | | 0 | 0.000012848346 | |
| 22742067 | 4 days ago | | | 0 | 0.0000036087868 | |
| 22740724 | 4 days ago | | | 0 | 0.000076204035 | |
| 22740703 | 4 days ago | | | 0 | 0.0000021547112 | |
| 22740586 | 4 days ago | | | 0 | 3.3898500e-7 | |
| 22740565 | 4 days ago | | | 0 | 2.3913101e-7 | |
| 22740554 | 4 days ago | | | 0 | 3.3440211e-7 | |
| 22740519 | 4 days ago | | | 0 | 2.3679580e-7 |
ABI
ABI objects
Getter at block 22923993
DOMAIN_SEPARATOR() view returns (bytes32)
0x3f6f73c14b77a6d24238d37f3dce6ef87cb02d62082e16d8354dc14ccf7b3483
nextId() view returns (uint256)
182
Read-only
cancellationInitiatedBy(uint256) view returns (address)
getCommitment(uint256 anteId) view returns (struct IAnteMetaPoolV01Commitment)
getParticipant(uint256 anteId, address account) view returns (uint256 position, uint8 side, uint256 totalAtEntry, uint256 balance)
getTotalStake(uint256 anteId, uint8 side) view returns (uint256)
totalStakes(uint256, uint8) view returns (uint256)
State-modifying
Events create(struct IAnteMetaPoolV01CreateCommitmentParams params)
join(struct IAnteMetaPoolV01JoinCommitmentParams params)
mutuallyCancel(uint256 anteId)
settle(uint256 anteId)
settleWithSignature(uint256 anteId, struct IAnteMetaPoolV01Settlement settlement)
withdrawRefundTo(uint256 anteId, address to)
withdrawTo(uint256 anteId, address to)
CancellationInitiated(uint256 indexed anteId, address initiator)
CommitmentCanceled(uint256 indexed anteId)
CommitmentCreated(uint256 indexed anteId, address indexed author, uint8 side, uint256 stakeAmount)
CommitmentSettled(uint256 indexed anteId, address indexed settler, address submitter, uint8 winningSide)
ParticipantJoined(uint256 indexed anteId, address indexed participant, uint8 side, uint256 stakeAmount)
Withdraw(uint256 indexed anteId, address indexed participant, uint256 amount)
WithdrawRefund(uint256 indexed anteId, address indexed to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()