Global Pair Income
Verified contract
Active on
Ethereum with 174 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 Pair Income"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7581974 | 6 years ago | | | 0 | 0.00015197500 | |
| 7581956 | 6 years ago | | | 0 | 0.00022958500 | |
| 7581909 | 6 years ago | | | 0 | 0.00026444500 | |
| 7577111 | 6 years ago | | | 0 | 0.00015197500 | |
| 7577111 | 6 years ago | | | 0 | 0.00015197500 | |
| 7577111 | 6 years ago | | | 0 | 0.00015197500 | |
| 7577111 | 6 years ago | | | 0 | 0.00015197500 | |
| 7577111 | 6 years ago | | | 0 | 0.00015197500 | |
| 7577111 | 6 years ago | | | 0 | 0.00015197500 | |
| 7577111 | 6 years ago | | | 0 | 0.00015197500 |
ABI
ABI objects
Getter at block 21380568
decimals() view returns (uint8)
8
name() view returns (string)
Global Pair Income
owner() view returns (address)
0xcd51d22f016a8c5620d7f30e7ac60b04fe5c9346
paused() view returns (bool)
false
symbol() view returns (string)
GPI
totalSupply() view returns (uint256)
500000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) returns (bool seccess)
distributeAirdrop(address[] addresses, uint256[] amounts) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.