MineToken
Verified contract
Active on
Ethereum with 6,220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MCTK | ERC-20 | 47.481K | -- | -- | |
XB | ERC-20 | 2.311K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18433878 | a year ago | | | 0 | 0.00089825155 | |
| 17719794 | a year ago | | | 0 | 0.0016957195 | |
| 16546245 | 2 years ago | | | 0 | 0.0010309615 | |
| 14183258 | 3 years ago | | | 0 | 0.0028551114 | |
| 14131458 | 3 years ago | | | 0 | 0.0073950919 | |
| 14098234 | 3 years ago | | | 0 | 0.013316628 | |
| 13937326 | 3 years ago | | | 0 | 0.0089318564 | |
| 13931330 | 3 years ago | | | 0 | 0.013313551 | |
| 13885547 | 3 years ago | | | 0 | 0.013313551 | |
| 13794121 | 3 years ago | | | 0 | 0.013316628 |
ABI
ABI objects
Getter at block 21287981
INITIAL_SUPPLY() view returns (uint256)
40000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MineToken
symbol() view returns (string)
MCTK
totalSupply() view returns (uint256)
40000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.