Coinplace token CPL-token
Verified contract
Active on
Ethereum with 502 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 "Coinplace token CPL-token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453288 | 3 months ago | | | 0 | 0.000054375000 | |
| 12941160 | 3 years ago | | | 0 | 0.0015592500 | |
| 11309211 | 4 years ago | | | 0 | 0.0012399750 | |
| 10470590 | 4 years ago | | | 0 | 0.0032596500 | |
| 10470460 | 4 years ago | | | 0 | 0.0029442000 | |
| 10118361 | 4 years ago | | | 0 | 0.0018666480 | |
| 9940467 | 5 years ago | | | 0 | 0.00037587000 | |
| 9935134 | 5 years ago | | | 0 | 0.00053112612 | |
| 9715978 | 5 years ago | | | 0 | 0.00026287500 | |
| 9633140 | 5 years ago | | | 0 | 0.00021030000 |
ABI
ABI objects
Getter at block 21102109
crowdsaleContractAddress() view returns (address)
0x4ae1d9ddc844e88943cef197a1ae8a9cb40804ff
crowdsaleManager() view returns (address)
0x640419fab05dae704751611b0b58c541d0f629c1
decimals() view returns (uint8)
9
locked() view returns (bool)
false
mintingAllowed() view returns (bool)
true
name() view returns (string)
Coinplace token CPL-token
owner() view returns (address)
0x4ae1d9ddc844e88943cef197a1ae8a9cb40804ff
symbol() view returns (string)
CPL
totalSupply() view returns (uint256)
3200716847251500
upgradable() view returns (bool)
false
upgrader() view returns (address)
0x0000000000000000000000000000000000000000
upgraderSet() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowUpgrading(bool _newState) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
demint(address _for, uint256 _amount) returns (bool success)
disableMinting() returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _for, uint256 _amount) returns (bool success)
setCrowdsale(address _newCrowdsale) returns (bool success)
setLock(bool _newLockState) returns (bool success)
setManager(address _newManager) returns (bool success)
setNameAndTicker(string _name, string _symbol) returns (bool success)
setUpgrader(address _upgraderAddress) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner) returns (bool success)
upgrade() returns (bool success)
upgradeFor(address _for, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals)
fallback()
This contract contains no error objects.