GoMoney
Verified contract
Active on
Ethereum with 17,538 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003979 |
$0 | |
GOM | ERC-20 | 11.75K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15559084 | 2 years ago | | | 0 | 0.000048572000 | |
| 15534785 | 2 years ago | | | 0 | 0.00079786596 | |
| 14288179 | 3 years ago | | | 0 | 0.0013170500 | |
| 12571229 | 3 years ago | | | 0 | 0.00054878600 | |
| 11696943 | 4 years ago | | | 0 | 0.0015975270 | |
| 11585978 | 4 years ago | | | 0 | 0.0072769090 | |
| 11398724 | 4 years ago | | | 0 | 0.00068599800 | |
| 11369354 | 4 years ago | | | 0 | 0.00088036410 | |
| 11367178 | 4 years ago | | | 0 | 0.0024383360 | |
| 11149400 | 4 years ago | | | 0 | 0.00035590940 |
ABI
ABI objects
Getter at block 21157515
decimals() view returns (uint8)
0
name() view returns (string)
GoMoney
newOwner() view returns (address)
0xd16c3de471c0894cdb820445ac78c955cb79c4b9
owner() view returns (address)
0xd16c3de471c0894cdb820445ac78c955cb79c4b9
symbol() view returns (string)
GOM
totalSupply() view returns (uint256)
9957057368
Read-only
allowance(address _holder, address _spender) view returns (uint256)
balanceOf(address _holder) view returns (uint256 balance)
frozen(address) view returns (bool)
State-modifying
Events acceptOwnership() returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
freezeAccount(address _holder) returns (bool)
mint(uint256 _amount) returns (bool)
sendwithgas(address _from, address _to, uint256 _value, uint256 _fee) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreezeAccount(address _holder) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed owner, uint256 value)
Freeze(address indexed holder)
Mint(uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
constructor()
fallback()
This contract contains no error objects.