The Other Side Token
Verified contract
Active on
Ethereum with 19,504 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONZ | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244895 | 2 days ago | | | 0 | 0.00062610306 | |
| 21219717 | 5 days ago | | | 0 | 0.00038652861 | |
| 21198591 | 8 days ago | | | 0 | 0.00063926795 | |
| 21144100 | 16 days ago | | | 0 | 0.0010562548 | |
| 21141935 | 16 days ago | | | 0 | 0.00050819631 | |
| 21052912 | a month ago | | | 0 | 0.00012494476 | |
| 21022022 | a month ago | | | 0 | 0.00070352534 | |
| 21019662 | a month ago | | | 0 | 0.00029628242 | |
| 20928479 | 2 months ago | | | 0 | 0.0010721645 | |
| 20861195 | 2 months ago | | | 0 | 0.00026513155 |
ABI
ABI objects
Getter at block 21258932
decimals() view returns (uint8)
18
merkleRoot() view returns (bytes32)
0x73a6f2db8aa2b6412b51c69e96c4befa441968b593a7822af2c23c6a378108c7
name() view returns (string)
The Other Side Token
owner() view returns (address)
0xe9c5a9079726a003a8bc394289f82c32f1d0f080
symbol() view returns (string)
MOONZ
totalSupply() view returns (uint256)
6331045372833229284137858
treasuryAddress() view returns (address)
0xaf8f1fb02b80271a10381351958ed4dcba2af225
Read-only
WhitelistMintClaimed(address) view returns (uint256 mintedQty)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isDelegate(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bulkPublicMint(address[] to_, uint256[] amounts_)
bulkTransfer(address[] to_, uint256[] amounts_)
bulkTransferFrom(address[] from_, address[] to_, uint256[] amounts_)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setDelegate(address addr, bool isDelegate_)
setMerkleRoot(bytes32 _merkleRoot)
setTreasuryAddress(address _treasuryAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferToTreasury(uint256 amounts)
whitelistMint(uint256 _mintableQty, uint256 _totalQty, bytes32[] _merkleProof, bytes32 _leaf)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.