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 "Artifaqt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18476707 | a year ago | | | 0 | 0.0015679277 | |
| 18476703 | a year ago | | | 0 | 0.0017090883 | |
| 18476685 | a year ago | | | 0 | 0.00066775081 | |
| 12317704 | 4 years ago | | | 0 | 0.0040379240 | |
| 12317663 | 4 years ago | | | 0 | 0.0048754080 | |
| 12317655 | 4 years ago | | | 0 | 0.0039449960 | |
| 12317634 | 4 years ago | | | 0 | 0.0047519270 | |
| 12317631 | 4 years ago | | | 0 | 0.0052713270 | |
| 12317617 | 4 years ago | | | 0 | 0.0044463140 | |
| 12317602 | 4 years ago | | | 0 | 0.0041243140 |
ABI
ABI objects
Getter at block 21332361
admin() view returns (address)
0xc73add416e2119d20ce80e0904fc1877e33ef246
name() view returns (string)
Artifaqt
symbol() view returns (string)
ATQ
totalSupply() view returns (uint256)
456
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getToken(uint256 _tokenId) view returns (uint256, address, uint256)
getTokenTypes(address _player) view returns (uint256[])
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 _tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events allowTransfer(bool _resume)
approve(address _approved, uint256 _tokenId) payable
claimToken(bytes32 _sinPayload)
mintToken(address _to, uint256 _tokenType)
safeTransferFrom(address _from, address _to, uint256 _tokenId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data) payable
setApprovalForAll(address _operator, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId) payable
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
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.