National University of Singapore
Verified contract
Active on
Ethereum with 253 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 "National University of Singapore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11784383 | 4 years ago | | | 0 | 0.011725686 | |
| 11784352 | 4 years ago | | | 0 | 0.013073466 | |
| 11781799 | 4 years ago | | | 0 | 0.0040882661 | |
| 11742896 | 4 years ago | | | 0 | 0.0027854120 | |
| 11652761 | 4 years ago | | | 0 | 0.0017597200 | |
| 11652761 | 4 years ago | | | 0 | 0.0016170400 | |
| 11652761 | 4 years ago | | | 0 | 0.0016173361 | |
| 11651184 | 4 years ago | | | 0 | 0.0037850155 | |
| 11640839 | 4 years ago | | | 0 | 0.0053012680 | |
| 11512379 | 4 years ago | | | 0 | 0.0031448201 |
ABI
ABI objects
Getter at block 21199603
name() view returns (string)
National University of Singapore
owner() view returns (address)
0x7a56b3606ad2060efdae55af0f02bfc68ee653c8
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.