ChainPay
Verified contract
Active on
Ethereum with 66,290 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($49.92)
Native
Value
$49.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0147 | $3,396.01 |
$49.92 | |
| ERC-20 | 2M | -- | -- | |
CPAY | ERC-20 | 32.299858 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20189452 | 5 months ago | | | 0 | 0.00024560097 | |
| 13832449 | 3 years ago | | | 0 | 0.0017947780 | |
| 13796691 | 3 years ago | | | 0 | 0.0012140500 | |
| 13796422 | 3 years ago | | | 0 | 0.0018683068 | |
| 12715436 | 3 years ago | | | 0 | 0.00012382241 | |
| 12714362 | 3 years ago | | | 0 | 0.000097712000 | |
| 12527072 | 3 years ago | | | 0 | 0.00039886000 | |
| 12527037 | 3 years ago | | | 0 | 0.00039886000 | |
| 12527036 | 3 years ago | | | 0 | 0.00039886000 | |
| 12527015 | 3 years ago | | | 0 | 0.00039910000 |
ABI
ABI objects
Getter at block 21276887
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
ChainPay
symbol() view returns (string)
CPAY
totalDistributed() view returns (uint256)
555555500000000
totalSupply() view returns (uint256)
555555500000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawAltcoinTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.