Consensus Token
Verified contract
Active on
Ethereum with 13,434 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HIC | ERC-20 | 8 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18710747 | a year ago | | | 0 | 0.0042025116 | |
| 18004620 | a year ago | | | 0 | 0.0013920356 | |
| 17815732 | a year ago | | | 0 | 0.00062461616 | |
| 17476864 | a year ago | | | 0 | 0.0019681627 | |
| 15903151 | 2 years ago | | | 0 | 0.0012966313 | |
| 15559461 | 2 years ago | | | 0 | 0.00033615600 | |
| 14845134 | 2 years ago | | | 0 | 0.0012626169 | |
| 14784056 | 3 years ago | | | 0 | 0.00036964062 | |
| 14480306 | 3 years ago | | | 0 | 0.0035335734 | |
| 14239879 | 3 years ago | | | 0 | 0.018000000 |
ABI
ABI objects
Getter at block 21243166
burner() view returns (address)
0xb9e06a1effb43bdda59046e9f30220a6fb8b94d4
controller() view returns (address)
0xb924fb06a5e21f1b0fdd69cb69f83f213798894b
creationBlock() view returns (uint256)
5331538
decimals() view returns (uint8)
18
finalized() view returns (bool)
true
name() view returns (string)
Consensus Token
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SEN
totalSupply() view returns (uint256)
1650000000000000000000000000
version() view returns (string)
MMT_0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeBurner(address _newBurner)
changeController(address _newController)
claimTokens(address _token)
destroyTokens(address _owner, uint256 _amount) returns (bool)
finalize()
mintTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.