Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe859…c7ff
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HIC | ERC-20 | 8 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
ION | ERC-20 | 0.5 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13412889 | 3 years ago | | | 0 | 0.022276279 | |
| 12943396 | 3 years ago | | | 0 | 0.0049195572 | |
| 12526825 | 3 years ago | | | 0 | 0.0038469860 | |
| 8710148 | 5 years ago | | | 0 | 0.0020239600 | |
| 8710082 | 5 years ago | | | 0 | 0.00018358000 | |
| 8709967 | 5 years ago | | | 0 | 0.0024597200 | |
| 8530033 | 5 years ago | | | 0 | 0.0023742840 | |
| 8179192 | 5 years ago | | | 0 | 0.0014569470 | |
| 8066038 | 5 years ago | | | 0 | 0.0021610000 | |
| 8066005 | 5 years ago | | | 0 | 0.0060000000 |
ABI
ABI objects
Getter at block 21287300
claimableToken() pure returns (address)
0xe8599783e272ec087fada183b05516304fa2c7ff
createdAt() pure returns (uint256)
1510895718
creationBlock() pure returns (uint256)
4567788
decimals() pure returns (uint8)
18
emitTokensSince() pure returns (uint256)
1510927200
initialSupply() pure returns (uint256)
37903289275655363780816809
locked() pure returns (bool)
false
maxSupply() pure returns (uint256)
100000000000000000000000000
name() pure returns (string)
CLOUT
newOwner() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0xf233594ba11112f734edc6f51824fa4f65998a33
standard() pure returns (string)
Clout 0.1
symbol() pure returns (string)
CLOUT
totalSupply() pure returns (uint256)
37903289275655363780816809
transferFrozen() pure returns (bool)
false
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
allowed(address, address) pure returns (uint256)
balanceOf(address _address) pure returns (uint256 balance)
balances(address) pure returns (uint256)
calculateEmissionTokens(uint256 _lastClaimedAt, uint256 _currentTime, uint256 _currentBalance, uint256 _totalSupply) pure returns (uint256 tokens)
emissions(uint256) pure returns (uint256 blockDuration, uint256 blockTokens, uint256 periodEndsAt, bool removed)
issuers(address) pure returns (bool)
lastClaims(address) pure returns (uint256)
minters(address) pure returns (bool)
State-modifying
Events acceptOwnership()
addMinter(address _newMinter)
addTokenEmission(uint256 _blockDuration, uint256 _blockTokens, uint256 _periodEndsAt)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
claim() returns (uint256)
mint(address _addr, uint256 _amount) returns (uint256)
removeMinter(address _minter)
removeTokenEmission(uint256 _i)
setClaimableToken(address _token)
setEmissions(uint256[] array)
setLocked(bool _locked)
setTransferFrozen(bool _frozen)
transfer(address _to, uint256 _value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool success)
transfer(address to, uint256 value, bytes data, string customFallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
updateTokenEmission(uint256 _i, uint256 _blockDuration, uint256 _blockTokens, uint256 _periodEndsAt)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ClaimedTokens(address _holder, uint256 _since, uint256 _till, uint256 _tokens)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 emitTokensSince, bool init, uint256 initialSupply, uint8 decimals, string tokenName, string tokenSymbol, bool transferAllSupplyToOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.