Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "Belly"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19292958 | 9 months ago | | | 0 | 0.0017377871 | |
| 19292904 | 9 months ago | | | 0.01 | 0.00075757614 | |
| 19292900 | 9 months ago | | | 0 | 0.0019009220 | |
| 19292899 | 9 months ago | | | 0 | 0.0010035686 | |
| 19292885 | 9 months ago | | | 0 | 0.0018470396 | |
| 19292885 | 9 months ago | | | 0 | 0.0010581773 | |
| 19292883 | 9 months ago | | | 0 | 0.0019214562 | |
| 19292880 | 9 months ago | | | 0 | 0.0021906506 | |
| 19292879 | 9 months ago | | | 0 | 0.0019895929 | |
| 19292878 | 9 months ago | | | 0 | 0.0020009228 |
ABI
ABI objects
Getter at block 21225298
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0xd44cdf7f4a7f729d8d8046818905f0af2058d552
name() view returns (string)
BELLY
owner() view returns (address result)
0x21a8960be4900f0380a42ed0abcdc41429098d4b
symbol() view returns (string)
BELLY
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
dance(bool _dance)
lpAddress(address _lp)
mint() payable
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setSkipNFT(bool skipNFT) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnitIsZero()