Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GMP Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GMP Coin"
ABI
ABI objects
Getter at block 21329365
decimals() pure returns (uint256)
0
initialSupply() pure returns (uint256)
220000000
name() pure returns (string)
GMP Coin
owner() pure returns (address)
0x4f0d5bb99f87610d3f1522029121f1f9ca3a904e
symbol() pure returns (string)
GMP
totalSupply() pure returns (uint256)
220000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256)
allowed(address, address) pure returns (uint256)
balanceOf(address _owner) pure returns (uint256)
balances(address) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burnToken(address _burner, uint256 _value)
mintToken(uint256 _mintedAmount)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.