CoinPinPinToken
Verified contract
Active on
Ethereum with 2,948 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 "CoinPinPinToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10120488 | 4 years ago | | | 0 | 0.00038301009 | |
| 9996805 | 5 years ago | | | 0 | 0.00053265000 | |
| 9635817 | 5 years ago | | | 0 | 0.00079897500 | |
| 8865016 | 5 years ago | | | 0 | 0.000033733500 | |
| 8850768 | 5 years ago | | | 0 | 0.00041237900 | |
| 8838259 | 5 years ago | | | 0 | 0.000037553000 | |
| 8803199 | 5 years ago | | | 0 | 0.00022553000 | |
| 8803177 | 5 years ago | | | 0 | 0.00073248371 | |
| 8759677 | 5 years ago | | | 0 | 0.000056233500 | |
| 8727014 | 5 years ago | | | 0 | 0.000033733500 |
ABI
ABI objects
Getter at block 21164747
INITIAL_SUPPLY() view returns (uint256)
20000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CoinPinPinToken
owner() view returns (address)
0xb6dd7ccdf2473cdb967f65e55739dfa1cc5c8fd9
paused() view returns (bool)
false
symbol() view returns (string)
CPP
totalSupply() view returns (uint256)
20000000000000000000000000000
version() view returns (string)
1.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _token_address, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMultiple(address[] _addresses, uint256[] _amounts)
transferMultipleSame(address[] _addresses, uint256 _amount)
transferOwnership(address _newOwner)
unpause()
withdrawEth(uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.