TokenForum Certificates
Verified contract
Active on
Ethereum with 23 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 "TokenForum Certificates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6191863 | 6 years ago | | | 0 | 0.012334400 | |
| 6191853 | 6 years ago | | | 0 | 0.012334400 | |
| 6191849 | 6 years ago | | | 0 | 0.015000000 | |
| 6191845 | 6 years ago | | | 0 | 0.012334400 | |
| 6191840 | 6 years ago | | | 0 | 0.012334400 | |
| 6191838 | 6 years ago | | | 0 | 0.012334400 | |
| 6191836 | 6 years ago | | | 0 | 0.012334400 | |
| 6191833 | 6 years ago | | | 0 | 0.012334400 | |
| 6191831 | 6 years ago | | | 0 | 0.012334400 | |
| 6191822 | 6 years ago | | | 0 | 0.012334400 |
ABI
ABI objects
Getter at block 21392711
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
name() view returns (string)
TokenForum Certificates
owner() view returns (address)
0x2ca57063633841db84c7963325e1757c7415ca37
symbol() view returns (string)
TokenForum
totalSupply() view returns (uint256)
13
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getTokenURI(address _owner) view returns (string)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _to, uint256 _tokenId)
mintTicket(address _to, string _tokenURI) returns (uint256)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setTokenURI(uint256 _tokenId, string _tokenURI)
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)
LogAddress(string msg, address output)
LogId(string msg, uint256 output)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.