Deez Nuts
Verified contract
Active on
Ethereum with 1,213 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 "Deez Nuts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048991 | 24 days ago | | | 0 | 0.00074682664 | |
| 20954428 | a month ago | | | 0 | 0.00038849725 | |
| 20953633 | a month ago | | | 0 | 0.00036608969 | |
| 20902982 | a month ago | | | 0 | 0.00015557260 | |
| 20859516 | 2 months ago | | | 0 | 0.00015309312 | |
| 20820622 | 2 months ago | | | 0 | 0.0020131970 | |
| 20803719 | 2 months ago | | | 0 | 0.00035876201 | |
| 20766143 | 2 months ago | | | 0 | 0.00014223056 | |
| 20755376 | 2 months ago | | | 0 | 0.000087160352 | |
| 20626821 | 3 months ago | | | 0 | 0.00032648437 |
ABI
ABI objects
Getter at block 21224499
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x2a3e68afafa310b0e60880c93d3183f54add2866
name() view returns (string)
Deez Nuts
owner() view returns (address result)
0x518c62a7d4d61b84b21daf5a06e58516e1c7ed0c
symbol() view returns (string)
DN
totalSupply() view returns (uint256)
4269000000000000000000
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
mint(address to, uint256 amount)
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setSkipNFT(address account, 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()