Nanyang Polytechnic
Verified contract
Active on
Ethereum with 93 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 Polytechnic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21127456 | 25 days ago | | | 0 | 0.0011712240 | |
| 20570117 | 3 months ago | | | 0 | 0.000058864478 | |
| 20568918 | 3 months ago | | | 0 | 0.000034085149 | |
| 20568918 | 3 months ago | | | 0 | 0.000050466070 | |
| 20466890 | 4 months ago | | | 0 | 0.000078945271 | |
| 20238613 | 5 months ago | | | 0 | 0.00062122646 | |
| 20081908 | 6 months ago | | | 0 | 0.00052262527 | |
| 20074978 | 6 months ago | | | 0 | 0.0016230986 | |
| 19988752 | 6 months ago | | | 0 | 0.00044870160 | |
| 19979910 | 6 months ago | | | 0 | 0.00034439827 |
ABI
ABI objects
Getter at block 21303996
name() view returns (string)
Nanyang Polytechnic
owner() view returns (address)
0xd37ce7259f0dc8f14b4bd588d00a72f508987aca
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.