0xcert KYC
Verified contract
Active on
Ethereum with 5,255 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 "0xcert KYC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19561655 | 7 months ago | | | 0 | 0.0017866197 | |
| 16433247 | 2 years ago | | | 0 | 0.00065628044 | |
| 16433232 | 2 years ago | | | 0 | 0.0012648729 | |
| 15657184 | 2 years ago | | | 0 | 0.00012782802 | |
| 15364487 | 2 years ago | | | 0 | 0.00033122487 | |
| 15236721 | 2 years ago | | | 0 | 0.00052370623 | |
| 14868547 | 2 years ago | | | 0 | 0.0018432041 | |
| 14787802 | 2 years ago | | | 0 | 0.0013624962 | |
| 14234877 | 3 years ago | | | 0 | 0.0019238740 | |
| 14223452 | 3 years ago | | | 0 | 0.0019279343 |
ABI
ABI objects
Getter at block 21159509
conventionId() view returns (bytes4 _conventionId)
0xfc3ee448
isPaused() view returns (bool)
true
name() view returns (string _name)
0xcert KYC
owner() view returns (address)
0x44e44897fc076bc46aae6b06b917d0dfd8b2dae9
symbol() view returns (string _symbol)
KYC
totalSupply() view returns (uint256)
4342
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isAuthorizedAddress(address _target) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenDataValue(uint256 _tokenId, uint256 _index) view returns (bytes32 value)
tokenExpirationTime(uint256 _tokenId) view returns (bytes32)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenProof(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
mint(address _to, uint256 _id, string _uri, string _proof, bytes32[] _config, bytes32[] _data)
revoke(uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setAuthorizedAddress(address _target, bool _authorized)
setPause(bool _isPaused)
setTokenData(uint256 _tokenId, bytes32[] _data)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
AuthorizedAddress(address indexed _target, bool _authorized)
IsPaused(bool _isPaused)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenDataChange(uint256 indexed _id, bytes32[] _data)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.