ChronoBankPlatformRouter
Verified contract
Active on
Ethereum with 121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ChronoBankPlatformRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13458813 | 3 years ago | | | 0 | 0.0034305604 | |
| 13458686 | 3 years ago | | | 0 | 0.0021968599 | |
| 13458503 | 3 years ago | | | 0 | 0.0044044442 | |
| 13458470 | 3 years ago | | | 0 | 0.0031431218 | |
| 12034636 | 4 years ago | | | 0 | 0.0081034240 | |
| 11987638 | 4 years ago | | | 0 | 0.0085897000 | |
| 11780433 | 4 years ago | | | 0 | 0.0097063610 | |
| 11651130 | 4 years ago | | | 0 | 0.0069566850 | |
| 11613275 | 4 years ago | | | 0 | 0.0059260650 | |
| 11612977 | 4 years ago | | | 0 | 0.0076437650 |
ABI
ABI objects
Getter at block 21246590
contractOwner() view returns (address)
0x9ce4ac37f60108c695f5987c2e48fbcd7b8c5a4b
getEventsHistory() view returns (address)
0xda6f4aac602b729eb90294ee2ba744ce051b130c
Read-only
This contract contains no read-only function objects.
State-modifying
Events emitApprove(address _from, address _spender, bytes32 _symbol, uint256 _value)
emitErrorCode(uint256 _errorCode)
emitIssue(bytes32 _symbol, uint256 _value, address _by)
emitOwnershipChange(address _from, address _to, bytes32 _symbol)
emitRecovery(address _from, address _to, address _by)
emitRevoke(bytes32 _symbol, uint256 _value, address _by)
emitRevokeExternal(bytes32 _symbol, uint256 _value, address _by, string _externalReference)
emitTransfer(address _from, address _to, bytes32 _symbol, uint256 _value, string _reference)
Approve(address indexed from, address indexed spender, bytes32 indexed symbol, uint256 value)
ErrorCode(address indexed self, uint256 errorCode)
Issue(bytes32 indexed symbol, uint256 value, address indexed by)
OwnershipChange(address indexed from, address indexed to, bytes32 indexed symbol)
Recovery(address indexed from, address indexed to, address by)
Revoke(bytes32 indexed symbol, uint256 value, address indexed by)
RevokeExternal(bytes32 indexed symbol, uint256 value, address indexed by, string externalReference)
Transfer(address indexed from, address indexed to, bytes32 indexed symbol, uint256 value, string reference)
constructor(address _platformBackendProvider)
fallback()
This contract contains no error objects.