SkillsFuture Singapore
Verified contract
Active on
Ethereum with 4,335 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 "SkillsFuture Singapore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18439621 | a year ago | | | 0 | 0.00069172637 | |
| 18439619 | a year ago | | | 0 | 0.00070196956 | |
| 18439618 | a year ago | | | 0 | 0.00072086283 | |
| 18439616 | a year ago | | | 0 | 0.00074930062 | |
| 18439614 | a year ago | | | 0 | 0.00069215728 | |
| 18439613 | a year ago | | | 0 | 0.00067129203 | |
| 18439611 | a year ago | | | 0 | 0.00071027495 | |
| 18439609 | a year ago | | | 0 | 0.00070853707 | |
| 18439606 | a year ago | | | 0 | 0.00067442210 | |
| 18439604 | a year ago | | | 0 | 0.00069422729 |
ABI
ABI objects
Getter at block 21160268
name() view returns (string)
SkillsFuture Singapore
owner() view returns (address)
0x01b2156c5bee35503923c9b712d7c08b88e828f9
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.