COINPIGGY
Verified contract
Active on
Ethereum with 2,160 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 "COINPIGGY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15033052 | 2 years ago | | | 0 | 0.00064200770 | |
| 13542974 | 3 years ago | | | 0 | 0.0074255993 | |
| 12790581 | 3 years ago | | | 0 | 0.00066265300 | |
| 12790478 | 3 years ago | | | 0 | 0.00066265300 | |
| 12790478 | 3 years ago | | | 0 | 0.00066292900 | |
| 12669667 | 3 years ago | | | 0 | 0.00031705300 | |
| 12662715 | 3 years ago | | | 0 | 0.00043180500 | |
| 12662445 | 3 years ago | | | 0 | 0.00063410600 | |
| 12662433 | 3 years ago | | | 0 | 0.00073438400 | |
| 12334517 | 4 years ago | | | 0 | 0.0038373931 |
ABI
ABI objects
Getter at block 21289480
admin() view returns (address)
0x84c65c9671c6f01dbd04ec5c23cc1682d8e006ae
checkTokenLock() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
COINPIGGY
symbol() view returns (string)
CPGY
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _who) view returns (uint256)
isInBlackList(address _addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
blockTransfer(bool _block)
burn(uint256 _amount) returns (bool)
burnFrom(address _from, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
updateBlackList(address _addr, bool _inBlackList)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.