Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DNNER | ERC-20 | 48.207365 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840648 | 2 months ago | | | 0 | 0.00028760567 | |
| 20249572 | 4 months ago | | | 0 | 0.0033476128 | |
| 20249568 | 4 months ago | | | 0 | 0.0036627787 | |
| 20249555 | 4 months ago | | | 0 | 0.0033476128 | |
| 20249553 | 4 months ago | | | 0 | 0.0037400848 | |
| 20249551 | 4 months ago | | | 0 | 0.0033476128 | |
| 20249548 | 4 months ago | | | 0 | 0.0036639636 | |
| 20249546 | 4 months ago | | | 0 | 0.0032075857 | |
| 20249544 | 4 months ago | | | 0 | 0.0033025391 | |
| 20244925 | 4 months ago | | | 0 | 0.0039752902 |
ABI
ABI objects
Getter at block 21216017
burnReward() view returns (uint256)
79664989535572922996
decimals() pure returns (uint8)
18
getNFTSupply() view returns (uint256)
8610
initialNFTValue() view returns (uint256)
19916247383893230749
maxBuy() view returns (uint256)
60
maxMint() view returns (uint256)
9500
maxNFTSupply() view returns (uint256)
10000
mirrorERC721() view returns (address)
0xa2123c5d9cd887862b5b41008154c0657736849d
name() view returns (string)
Dnner
openBuy() view returns (bool)
true
openNextStage() view returns (bool)
false
openSetSkipNFT() view returns (bool)
true
openUnlock() view returns (bool)
true
owner() view returns (address result)
0x3b24a0931a388fb8e60ccc566ca9c2cea73c7da8
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
DNNER
totalSupply() view returns (uint256)
30198804199673522626425524
Read-only
addressAlias(address a) view returns (uint32)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
getTokensOfOwner(address a) view returns (uint256[])
lastNFTUnit(uint256 id) view returns (uint256)
lockedBalance(address from) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyDnner(uint256 amount, bytes signature) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
eat(address from, uint256 amount)
renounceOwnership() payable
requestOwnershipHandover() payable
reserve(uint256 amount)
setBaseURI(string baseURI_)
setMaxBuy(uint256 maxBuy_)
setMaxNFTSupply(uint256 value)
setPrices(uint120 price_)
setSigner(address a)
setSkipNFT(bool skip) returns (bool)
setTeamWallet(address a)
toggleOpenBuy()
toggleOpenNextStage()
toggleOpenSetSkipNFT()
toggleOpenUnlock()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
unlock(address from)
withdraw()
wrap(address from, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burn(uint256 amount, uint256 reward, uint256 fee)
Buy(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()
InsufficientAllowance()
InsufficientBalance()
InvalidOperation()
InvalidSender()
InvalidSignature()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
ReachedMaxBuy()
Reentrancy()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnitIsZero()