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 "SEAB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20876725 | 2 months ago | | | 0 | 0.00030116885 | |
| 20876717 | 2 months ago | | | 0 | 0.00030237695 | |
| 20876708 | 2 months ago | | | 0 | 0.00029309448 | |
| 20876695 | 2 months ago | | | 0 | 0.00026709711 | |
| 20876657 | 2 months ago | | | 0 | 0.00030656054 | |
| 20876657 | 2 months ago | | | 0 | 0.00014888349 | |
| 20876657 | 2 months ago | | | 0 | 0.00023389801 | |
| 20876288 | 2 months ago | | | 0 | 0.00024814173 | |
| 20876273 | 2 months ago | | | 0 | 0.00026470945 | |
| 20287242 | 4 months ago | | | 0 | 0.00011626372 |
ABI
ABI objects
Getter at block 21266887
name() view returns (string)
SEAB
owner() view returns (address)
0x2780180141b06e844ad238509ba6dcccfa5cd4e0
version() view returns (string)
2.2.0
Read-only
getIssuedBlock(bytes32 document) view returns (uint256)
isIssued(bytes32 document) view returns (bool)
isIssuedBefore(bytes32 document, uint256 blockNumber) view returns (bool)
isRevoked(bytes32 document) view returns (bool)
isRevokedBefore(bytes32 document, uint256 blockNumber) view returns (bool)
State-modifying
Events issue(bytes32 document)
renounceOwnership()
revoke(bytes32 document) returns (bool)
transferOwnership(address _newOwner)
DocumentIssued(bytes32 indexed document)
DocumentRevoked(bytes32 indexed document)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.