Creature Journey Artifacts
Verified contract
Active on
Ethereum with 3,959 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 "Creature Journey Artifacts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20203524 | 4 months ago | | | 0 | 0.00014549763 | |
| 20094819 | 5 months ago | | | 0 | 0.00047230016 | |
| 19877346 | 6 months ago | | | 0 | 0.00028599634 | |
| 19762393 | 6 months ago | | | 0 | 0.00043505635 | |
| 19670339 | 7 months ago | | | 0 | 0.00037654968 | |
| 19486997 | 8 months ago | | | 0 | 0.0010037893 | |
| 19268986 | 9 months ago | | | 0 | 0.00089665788 | |
| 19093586 | 9 months ago | | | 0 | 0.00065770377 | |
| 19080953 | 10 months ago | | | 0 | 0.00031399489 | |
| 19080952 | 10 months ago | | | 0 | 0.00028194653 |
ABI
ABI objects
Getter at block 21157945
name() view returns (string)
Creature Journey Artifacts
owner() view returns (address)
0x1cb719fc2535ed1b028b3d53ff1cb8fc646776a6
symbol() view returns (string)
ARTIFACT
totalSupply() view returns (uint256)
3092
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 id) 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)
mint(uint256 creatureId)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_) returns (string)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseUri(string newBaseUri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address creatureWorld_)
This contract contains no fallback and receive objects.
This contract contains no error objects.