CentralSecuritiesDepository
Verified contract
Active on
Ethereum with 292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CentralSecuritiesDepository"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19475686 | 8 months ago | | | 0 | 0.014870560 | |
| 19261423 | 9 months ago | | | 0 | 0.0045600000 | |
| 19261421 | 9 months ago | | | 0 | 0.0045600000 | |
| 19261295 | 9 months ago | | | 0 | 0.0045600000 | |
| 19261293 | 9 months ago | | | 0 | 0.014870560 | |
| 19033722 | 10 months ago | | | 0 | 0.0045600000 | |
| 19033720 | 10 months ago | | | 0 | 0.0045600000 | |
| 19033505 | 10 months ago | | | 0 | 0.0045600000 | |
| 19033503 | 10 months ago | | | 0 | 0.014870560 | |
| 18816113 | a year ago | | | 0 | 0.014870560 |
ABI
ABI objects
Getter at block 21173001
getMetadataHash() view returns (bytes32)
0xacc33baefdbeb1736e152848cbb10027f24583e693f6afaab5468c5e58ce5e4a
isEnabled() view returns (bool)
true
Read-only
getPromissoryNoteTicketHash(uint8 category, uint64 ticketId) view returns (bytes32)
getPromissoryNoteTicketTimestamp(uint8 category, uint64 ticketId) view returns (uint256)
getTicketHash(uint64 ticketId) view returns (bytes32)
getTicketTimestamp(uint64 ticketId) view returns (uint256)
isAdmin(address accountAddress) view returns (bool)
State-modifying
Events addAdmin(address accountAddress)
registerPromissoryNoteTicket(uint8 category, uint64 ticketId, bytes32 ticketHash)
registerTicket(uint64 ticketId, bytes32 ticketHash)
removeAdmin(address accountAddress)
setDisabled()
setEnabled()
transferAdmin(address fromAddress, address toAddress)
This contract contains no event objects.
constructor(bytes32 metadataHash)
This contract contains no fallback and receive objects.
This contract contains no error objects.