Creature World
Verified contract
Active on
Ethereum with 36,261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($310.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASH | ERC-20 | 148.415699 | $2.09 |
$310.19 | |
BBEASTS | ERC-721 | 1 | -- | -- | |
CREATURE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270454 | 15 hours ago | | | 0 | 0.00044923114 | |
| 21268440 | a day ago | | | 0 | 0.00079092900 | |
| 21267138 | a day ago | | | 0 | 0.00082677303 | |
| 21266280 | a day ago | | | 0 | 0.00083160547 | |
| 21263399 | 2 days ago | | | 0 | 0.00040906915 | |
| 21260108 | 2 days ago | | | 0 | 0.00039512835 | |
| 21258178 | 2 days ago | | | 0 | 0.00042084088 | |
| 21253235 | 3 days ago | | | 0 | 0.00049160922 | |
| 21252846 | 3 days ago | | | 0 | 0.00072201917 | |
| 21252670 | 3 days ago | | | 0 | 0.00077144002 |
ABI
ABI objects
Getter at block 21275056
CREATURE_PROVENANCE() view returns (string)
CreaturePrice() view returns (uint256)
100000000000000000
MAX_CREATURE() view returns (uint256)
10000
creatureReserve() view returns (uint256)
0
maxCreaturePurchase() view returns (uint256)
10
name() view returns (string)
Creature World
owner() view returns (address)
0xa6c119ede6c9cabaa24f5f2e49eb6e36f4f011f7
saleIsActive() view returns (bool)
false
symbol() view returns (string)
CREATURE
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintCreature(uint256 numberOfTokens) payable
renounceOwnership()
reserveCreatures(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAll() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.