Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "DONUT404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19217388 | 9 months ago | | | 0 | 0.0018890742 | |
| 19217368 | 9 months ago | | | 0 | 0.00090849968 | |
| 19217357 | 9 months ago | | | 0 | 0.00078386783 | |
| 19217351 | 9 months ago | | | 0 | 0.0010734772 | |
| 19217351 | 9 months ago | | | 0 | 0.0011690838 | |
| 19217348 | 9 months ago | | | 0 | 0.00099385062 | |
| 19217348 | 9 months ago | | | 0 | 0.0012285626 | |
| 19217346 | 9 months ago | | | 0 | 0.00097971766 | |
| 19217344 | 9 months ago | | | 0 | 0.0010808571 | |
| 19217343 | 9 months ago | | | 0 | 0.00098309632 |
ABI
ABI objects
Getter at block 21177935
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x7eb1fbf7b65f448c6c9a344eee854c8b80d7c076
name() view returns (string)
DONUT404
owner() view returns (address result)
0x34d8034debd6c440c0ad64237861565f5ab321fd
symbol() view returns (string)
DONUT404
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address a) 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
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setFallbackURI(string fallbackURI_)
setSkipNFT(bool skipNFT)
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(string name_, string symbol_, uint96 initialTokenSupply, address initialSupplyOwner)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()