GoMining Token
Verified contract
Active on
Ethereum with 50,019 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($57,438.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMT | ERC-20 | 139.286644K | $0.411994 |
$57,385.26 | |
USDT | ERC-20 | 50.44 | $1.002 |
$50.54 | |
GMT | ERC-20 | 13.846357 | $0.185434 |
$2.57 | |
GM | ERC-20 | 394.733724K | -- | -- | |
ASS | ERC-20 | 2K | -- | -- | |
VFARM | ERC-20 | 3.89062 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244408 | 27 minutes ago | | | 0 | 0.00091888191 | |
| 21244177 | an hour ago | | | 0 | 0.00084375914 | |
| 21244157 | an hour ago | | | 0 | 0.00091080363 | |
| 21244112 | an hour ago | | | 0 | 0.00041561751 | |
| 21244110 | an hour ago | | | 0 | 0.00047910993 | |
| 21244072 | 2 hours ago | | | 0 | 0.00048107701 | |
| 21244035 | 2 hours ago | | | 0 | 0.00068009934 | |
| 21244012 | 2 hours ago | | | 0 | 0.00073641083 | |
| 21243879 | 2 hours ago | | | 0 | 0.00066272168 | |
| 21243666 | 3 hours ago | | | 0 | 0.00097034620 |
ABI
ABI objects
Getter at block 21244536
decimals() view returns (uint8)
18
name() view returns (string)
GoMining Token
owner() view returns (address)
0x44ddef36f5d4926de2edc495938adf854c93fa5c
paused() view returns (bool)
false
symbol() view returns (string)
GMT
totalSupply() view returns (uint256)
351367935426535544512972286
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 total)
This contract contains no fallback and receive objects.
This contract contains no error objects.