Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,318.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CATA | ERC-20 | 23.708498M | $0.000182 |
$4,318.74 | |
kurbi | ERC-20 | 1 | $0.000651 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18859033 | 3 months ago | | | 0 | 0.0000020503305 | |
| 18475147 | 3 months ago | | | 0 | 0.0000014523792 | |
| 18475130 | 3 months ago | | | 0 | 0.0000014624387 | |
| 18474346 | 3 months ago | | | 0 | 0.0000018646749 | |
| 18474307 | 3 months ago | | | 0 | 0.0000018783355 | |
| 17715111 | 4 months ago | | | 0 | 0.0000013463411 | |
| 17440486 | 4 months ago | | | 0 | 0.0000027229189 | |
| 17228362 | 4 months ago | | | 0 | 0.0000010010336 | |
| 17228351 | 4 months ago | | | 0 | 0.0000026134849 | |
| 16645950 | 4 months ago | | | 0 | 0.0000024094774 |
ABI
ABI objects
Getter at block 22467628
endTimestamp() view returns (uint256)
1716976800
owner() view returns (address)
0x10d1051b8553514d091f51fe1c7cd256090dd643
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTimestamp() view returns (uint256)
1716890400
token() view returns (address)
0xbdf5bafee1291eec45ae3aadac89be8152d4e673
withdrawableRoot() view returns (bytes32)
0x4ab62a658010a8be44d474ba71d0612fd5b9b49a4be0a612975b31c510ca63c0
Read-only
deposits(address participant) view returns (uint256 amount)
withdrawals(address participant) view returns (bool withdrawn)
State-modifying
Events acceptOwnership()
deposit(uint256 amount)
renounceOwnership()
schedule(uint256 start, uint256 end)
transferOwnership(address newOwner)
updateWithdrawableRoot(bytes32 value)
withdraw(uint256 amount, bytes32[] proof)
withdrawCoin(address to)
withdrawToken(address to, address token_, uint256 amount)
Deposited(address indexed participant, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Scheduled(uint256 startTimestamp, uint256 endTimestamp)
UpdatedWithdrawableRoot(bytes32 withdrawableRoot)
Withdrawn(address indexed participant, uint256 amount)
constructor(address token_)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
Forbidden()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UnacceptableReference(address account)
UnacceptableValue()
WithdrawToZeroAddress()