DeezNutz404
Verified contract
Active on
Ethereum with 968 txns
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 "DeezNutz404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20712279 | 2 months ago | | | 0 | 0.00020694322 | |
| 20599985 | 3 months ago | | | 0 | 0.000079019837 | |
| 19867016 | 6 months ago | | | 0 | 0.00014595718 | |
| 19819131 | 6 months ago | | | 0 | 0.00023019823 | |
| 19735921 | 7 months ago | | | 0 | 0.00016132872 | |
| 19678513 | 7 months ago | | | 0 | 0.00019852763 | |
| 19678276 | 7 months ago | | | 0 | 0.00022314740 | |
| 19430248 | 8 months ago | | | 0 | 0.0068330691 | |
| 19417358 | 8 months ago | | | 0 | 0.0012421287 | |
| 19322060 | 9 months ago | | | 0 | 0.0011918334 |
ABI
ABI objects
Getter at block 21224421
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0xaf6145af26756ff49c960da5dd53d87bfa9db1e2
name() view returns (string)
DeezNutz404
owner() view returns (address result)
0x04606de68a870e2e01bf60931fbb495250810646
symbol() view returns (string)
DN404
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_)
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()