GoMoney2
Verified contract
Active on
Ethereum with 3,492 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "GoMoney2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085819 | a month ago | | | 0 | 0.00048283568 | |
| 20317722 | 4 months ago | | | 0 | 0.00051235257 | |
| 20317718 | 4 months ago | | | 0 | 0.00073043078 | |
| 20187416 | 5 months ago | | | 0 | 0.00035708746 | |
| 19121249 | 10 months ago | | | 0 | 0.0018726119 | |
| 18751614 | a year ago | | | 0 | 0.0018218350 | |
| 18726136 | a year ago | | | 0 | 0.0029132360 | |
| 18662629 | a year ago | | | 0 | 0.0012277164 | |
| 18661823 | a year ago | | | 0 | 0.0011903709 | |
| 18660925 | a year ago | | | 0 | 0.0013739614 |
ABI
ABI objects
Getter at block 21270926
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FREEZE_ROLE() view returns (bytes32)
0x5789b43a60de35bcedee40618ae90979bab7d1315fd4b079234241bdab19936d
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
decimals() view returns (uint8)
18
name() view returns (string)
GoMoney2
symbol() view returns (string)
GOM2
totalSupply() view returns (uint256)
966640417000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
frozen(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address _holder) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot() returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unfreezeAccount(address _holder) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address holder)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address holder)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.