Global Pay Coin
Verified contract
Active on
Ethereum with 2,480 txns
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 "Global Pay Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7730534 | 6 years ago | | | 0 | 0.00080627400 | |
| 7660424 | 6 years ago | | | 0 | 0.00080896200 | |
| 7660418 | 6 years ago | | | 0 | 0.00080896200 | |
| 7660400 | 6 years ago | | | 0 | 0.00080896200 | |
| 7660380 | 6 years ago | | | 0 | 0.0011239620 | |
| 7654041 | 6 years ago | | | 0 | 0.00080896200 | |
| 7653977 | 6 years ago | | | 0 | 0.00080896200 | |
| 7653580 | 6 years ago | | | 0 | 0.00080761800 | |
| 7653474 | 6 years ago | | | 0 | 0.00080761800 | |
| 7653464 | 6 years ago | | | 0 | 0.00080896200 |
ABI
ABI objects
Getter at block 21258868
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Global Pay Coin
owner() view returns (address)
0x49432a16f6f3418cef46cebe0b54938273bbbbf9
symbol() view returns (string)
GPC
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferGasByOwner(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.