NO HANDLE
Verified contract
Active on
Ethereum with 3,807 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 ($68.89)
Native
Value
$68.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.020548 | $3,352.43 |
$68.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155894 | 2 days ago | | | 0 | 0.00049382811 | |
| 21083240 | 12 days ago | | | 0 | 0.00017205488 | |
| 21066585 | 14 days ago | | | 0 | 0.00038515860 | |
| 21042574 | 18 days ago | | | 0 | 0.00023901920 | |
| 20946064 | a month ago | | | 0 | 0.00046450013 | |
| 20940117 | a month ago | | | 0 | 0.00028910393 | |
| 20890690 | a month ago | | | 0 | 0.00029464355 | |
| 20839215 | 2 months ago | | | 0 | 0.00045437969 | |
| 20838829 | 2 months ago | | | 0 | 0.00034729562 | |
| 20838828 | 2 months ago | | | 0 | 0.00058195738 |
ABI
ABI objects
Getter at block 21169259
decimals() pure returns (uint8)
18
live() view returns (bool)
false
maxBalanceLimit() view returns (uint8)
25
maxBalanceLocked() view returns (bool)
false
mirrorERC721() view returns (address)
0x1384b8058b232b8cfebcb9c1f7df28ccede7575e
name() view returns (string)
NO HANDLE
owner() view returns (address result)
0xb9e3614fc6da03df7ab847f2c882fe83488a07f5
restricted() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
NO
totalSupply() view returns (uint256)
10000000000000000000000
tradingLocked() view returns (bool)
false
whitelistLocked() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address a) view returns (bool)
isWhitelisted(address target) 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
enableTrading(bool status)
lockContract()
renounceOwnership() payable
requestOwnershipHandover() payable
reveal(bool status)
setBaseURI(string baseURI_)
setBlacklist(address[] targets, bool status)
setDataURI(string dataURI_)
setDesc(string desc_)
setPreURI(string preURI_)
setSkipNFT(bool skipNFT)
setWalletHoldingMax(uint8 limit)
setWhitelist(address target, bool status)
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()
Blacklisted()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
Locked()
MaxBalanceLimitReached()
MaxBalanceLocked()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotLive()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TradingLocked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()