Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$23,418.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 9.366672 | $2,500.16 |
$23,418.18 | |
WGC | ERC-20 | 200 | $0.000106 |
$0.02 | |
SKIPUP | ERC-20 | 0.01 | $0.025711 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000648 |
$0 | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
OHNO | ERC-20 | 11 | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21873001 | 4 hours ago | | | 0 | 1.2438255e-7 | |
| 21867172 | 7 hours ago | | | 0 | 1.2438255e-7 | |
| 21854289 | 14 hours ago | | | 0 | 1.2435670e-7 | |
| 21853136 | 15 hours ago | | | 0 | 0.000000102955693372 | |
| 21840213 | a day ago | | | 0 | 1.2284267e-7 | |
| 21832015 | a day ago | | | 0 | 1.4320917e-7 | |
| 21829961 | a day ago | | | 0 | 1.2438255e-7 | |
| 21829848 | a day ago | | | 0 | 1.2438255e-7 | |
| 21829155 | a day ago | | | 0 | 1.6425119e-7 | |
| 21828649 | a day ago | | | 0 | 0.000000093214662359 |
ABI
ABI objects
Getter at block 21880251
contractVersion() view returns (uint32)
1
owner() view returns (address result)
0x004d6611884b4a661749b64b2adc78505c3e1ab3
protocolFee() view returns (uint256)
200000000000000
protocolFeeRecipientAccount() view returns (address)
0x4444444444444444444444444444444444444444
totalSupply() view returns (uint256)
9366671574299151681
Read-only
balanceOf(address) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deposit(address to, bytes4 reason) payable
depositBatch(address[] recipients, uint256[] amounts, bytes4[] reasons) payable
mintDeposit(address mintContract, address minter, address referrer, uint256 quantity) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setProtocolFee(uint256 _protocolFee)
transferOwnership(address newOwner) payable
withdraw(address to, uint256 amount)
withdrawAll(address to)
withdrawProtocolFee(address to, uint256 amount)
Deposit(address from, address to, bytes4 reason, uint256 amount)
MintDeposit(address depositedBy, address mintContract, address minter, address referrer, address creator, uint256 creatorPayout, uint256 referralPayout, uint256 protocolPayout, uint256 totalAmount, uint256 quantity, uint256 protocolFee)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
ProtocolFeeUpdated(uint256 fee)
Withdraw(address from, address to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
IncorrectDepositAmount()
InvalidAddress()
InvalidArrayLength()
InvalidWithdrawAmount()
NewOwnerIsZeroAddress()
NoHandoverRequest()
TransferFailed()
Unauthorized()