Cardium Token
Verified contract
Active on
Ethereum with 46 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 "Cardium Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5714977 | 7 years ago | | | 0 | 0.00026754000 | |
| 5714959 | 7 years ago | | | 0 | 0.00044600400 | |
| 5713997 | 7 years ago | | | 0 | 0.00044600400 | |
| 5713980 | 7 years ago | | | 0 | 0.00044677200 | |
| 5713906 | 7 years ago | | | 0 | 0.00052167000 | |
| 5713807 | 7 years ago | | | 0 | 0.00052167000 | |
| 5687548 | 7 years ago | | | 0 | 0.00037231000 | |
| 5628886 | 7 years ago | | | 0 | 0.00052231000 | |
| 5625626 | 7 years ago | | | 0 | 0.00052231000 | |
| 5612582 | 7 years ago | | | 0 | 0.00037231000 |
ABI
ABI objects
Getter at block 21406412
INITIAL_SUPPLY() view returns (uint256)
47537200000000
decimals() view returns (uint8)
2
name() view returns (string)
Cardium Token
owner() view returns (address)
0xa3c9393417632fb28223689f415417df03274cfe
paused() view returns (bool)
false
symbol() view returns (string)
CAD
totalSupply() view returns (uint256)
47537200000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.