Nanyang Technological University
Verified contract
Active on
Ethereum with 4 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 "Nanyang Technological University"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9908259 | 5 years ago | | | 0 | 0.0022457000 | |
| 9908154 | 5 years ago | | | 0 | 0.0022463000 | |
| 9681165 | 5 years ago | | | 0 | 0.0044926000 | |
| 8469186 | 5 years ago | | | 0 | 0.0025078900 |
ABI
ABI objects
Getter at block 21180178
name() view returns (string)
Nanyang Technological University
owner() view returns (address)
0x45d46a10ac716d3c2b62a191bd3515ee54682ff9
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.