UNDERToken
Verified contract
Active on
Ethereum with 298 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 "UNDERToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19590271 | 7 months ago | | | 0 | 0.0013125231 | |
| 19479538 | 8 months ago | | | 0 | 0.0016363132 | |
| 19406815 | 8 months ago | | | 0 | 0.0014375139 | |
| 19276705 | 9 months ago | | | 0 | 0.0027050975 | |
| 19274824 | 9 months ago | | | 0 | 0.0014553193 | |
| 19270811 | 9 months ago | | | 0 | 0.0015055038 | |
| 19270793 | 9 months ago | | | 0 | 0.0016886902 | |
| 19270738 | 9 months ago | | | 0 | 0.0019636978 | |
| 19270722 | 9 months ago | | | 0 | 0.0018770932 | |
| 19270486 | 9 months ago | | | 0 | 0.0018930691 |
ABI
ABI objects
Getter at block 21178933
decimals() pure returns (uint8)
18
maxWalletBalance() view returns (uint256)
5000000000000000000000
mirrorERC721() view returns (address)
0xf1e792c99d52b45ea99391030b5a36db804eae2c
name() view returns (string)
UNDERToken
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
UNDER
totalSupply() view returns (uint256)
5000000000000000000000
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_)
setMaxWalletBalance(uint256 _maxWalletBalance)
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()