Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMAT | ERC-20 | 544.38167K | $0.00003 |
$16.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20761779 | 2 months ago | | | 0 | 0.00034401298 | |
| 20621650 | 2 months ago | | | 0 | 0.00012805556 | |
| 19799402 | 6 months ago | | | 0 | 0.00038652552 | |
| 19580129 | 7 months ago | | | 0 | 0.00092527940 | |
| 18985939 | 10 months ago | | | 0 | 0.0022985970 | |
| 18845605 | a year ago | | | 0 | 0.0019266031 | |
| 18688704 | a year ago | | | 0 | 0.0024326565 | |
| 18557150 | a year ago | | | 0 | 0.0024062916 | |
| 18532245 | a year ago | | | 0 | 0.0022053156 | |
| 17834202 | a year ago | | | 0 | 0.0015973880 |
ABI
ABI objects
Getter at block 21162958
authority() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
GoWithMi
owner() view returns (address)
0x5d0293d9e50a049bb0f579cb70341e742c86d2bb
stopped() view returns (bool)
false
symbol() view returns (string)
GMAT
totalSupply() view returns (uint256)
14900000000000000000000000000
version() view returns (string)
G1.0
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
freezeAccount(address target, bool freeze) returns (bool)
pull(address src, uint256 wad) returns (bool)
push(address dst, uint256 wad) returns (bool)
setAuthority(address authority_)
setOwner(address owner_)
start() payable
stop() payable
transfer(address dst, uint256 wad) returns (bool)
transferAndCall(address dst, uint256 wad, bytes data) returns (bool success)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed src, address indexed guy, uint256 wad)
FrozenFunds(address target, bool frozen)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Transfer(address indexed src, address indexed dst, uint256 wad)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.