DogNexus404
Verified contract
Active on
Ethereum with 447 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 "DogNexus404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20970159 | a month ago | | | 0 | 0.00063418162 | |
| 20669134 | 2 months ago | | | 0 | 0.000077117451 | |
| 20569572 | 3 months ago | | | 0 | 0.000090053244 | |
| 20490512 | 3 months ago | | | 0 | 0.00017985072 | |
| 20391094 | 4 months ago | | | 0 | 0.00010933885 | |
| 20391093 | 4 months ago | | | 0 | 0.00011300924 | |
| 20391091 | 4 months ago | | | 0 | 0.00019855913 | |
| 20234943 | 4 months ago | | | 0 | 0.00052079956 | |
| 20181701 | 5 months ago | | | 0 | 0.00019710183 | |
| 20130173 | 5 months ago | | | 0 | 0.00034490499 |
ABI
ABI objects
Getter at block 21200687
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x8a1eb5e0d189fdef3a50ea6180d68dde04e907ff
name() view returns (string)
DogNexus404
owner() view returns (address result)
0xc9ea626921d6ad1f1bd15a98e2173f9fcb47a03d
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)
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)
setSkipNFTByOwner(address a, bool state)
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, address mirrorAddress)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidTotalNFTSupply()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
TokenDoesNotExist()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnauthorizedSender()