Monavale
Verified contract
Active on
Ethereum with 11,739 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,138.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.988K | $1.001 |
$4,992.99 | |
MONA | ERC-20 | 2.358852 | $61.83 |
$145.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298180 | 6 hours ago | | | 0 | 0.00028675222 | |
| 21296570 | 12 hours ago | | | 0 | 0.00051792362 | |
| 21294305 | 19 hours ago | | | 0 | 0.00058260532 | |
| 21290992 | a day ago | | | 0 | 0.00022175090 | |
| 21288799 | 2 days ago | | | 0 | 0.00041534346 | |
| 21284080 | 2 days ago | | | 0 | 0.00040406610 | |
| 21282226 | 3 days ago | | | 0 | 0.00075947365 | |
| 21277642 | 3 days ago | | | 0 | 0.00059310148 | |
| 21274854 | 4 days ago | | | 0 | 0.00049848964 | |
| 21274685 | 4 days ago | | | 0 | 0.00043289880 |
ABI
ABI objects
Getter at block 21300092
accessControls() view returns (address)
0x03df7f2b0904a92c754178874796fa64aaf8a762
availableToMint() view returns (uint256 tokens)
0
cap() view returns (uint256)
11300000000000000000000
decimals() view returns (uint8)
18
freezeCap() view returns (bool)
true
name() view returns (string)
Monavale
symbol() view returns (string)
MONA
totalSupply() view returns (uint256)
11300000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 tokens) returns (bool success)
mint(address tokenOwner, uint256 tokens) returns (bool success)
setCap(uint256 _cap, bool _freezeCap)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
CapUpdated(uint256 cap, bool freezeCap)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string symbol_, string name_, uint8 decimals_, address accessControls_, address tokenOwner, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.