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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
MIN | ERC-20 | 270 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862637 | a month ago | | | 0 | 0.00024606187 | |
| 20453328 | 3 months ago | | | 0 | 0.000051482000 | |
| 19809900 | 6 months ago | | | 0 | 0.00020075177 | |
| 19165876 | 9 months ago | | | 0 | 0.00071058164 | |
| 18589910 | a year ago | | | 0 | 0.00046997630 | |
| 18589910 | a year ago | | | 0 | 0.00086911893 | |
| 18426382 | a year ago | | | 0 | 0.00078092158 | |
| 18321866 | a year ago | | | 0 | 0.00048691124 | |
| 18048914 | a year ago | | | 0 | 0.00048051037 | |
| 16930916 | 2 years ago | | | 0 | 0.00083300534 |
ABI
ABI objects
Getter at block 21158321
decimals() view returns (uint8)
18
name() view returns (string)
MINDOL
owner() view returns (address)
0x51c7fee6f026c0cda2cfbbbfca8e71d21e2bfe94
symbol() view returns (string)
MIN
totalSupply() view returns (uint256)
240000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
batchTransfer(address[] destinations, uint256[] amounts) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.