CryptoBeasts
Verified contract
Active on
Ethereum with 13,193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 312 additional slots
Balances ($0.00)
No balances found for "CryptoBeasts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234264 | 3 days ago | | | 0 | 0.00049359100 | |
| 21209764 | 6 days ago | | | 0 | 0.00047354015 | |
| 21183343 | 10 days ago | | | 0 | 0.0014039108 | |
| 21163536 | 13 days ago | | | 0 | 0.00067811016 | |
| 21151331 | 15 days ago | | | 0 | 0.00050845294 | |
| 21146896 | 15 days ago | | | 0 | 0.00022906605 | |
| 21141551 | 16 days ago | | | 0 | 0.00042001685 | |
| 21122484 | 19 days ago | | | 0 | 0.0015415704 | |
| 21120465 | 19 days ago | | | 0 | 0.00091359080 | |
| 21107984 | 21 days ago | | | 0 | 0.00048102878 |
ABI
ABI objects
Getter at block 21255477 getEggTypeSupply() view returns (uint256[10]) getLocations() view returns (bool[10000])
_baseURI() view returns (string)
https://cryptobeasts.org/api/json.php?id=
_current_purchase_index() view returns (uint256)
9727
_initial_purchase_index() view returns (uint256)
2000
_max_supply() view returns (uint256)
10000
_owner() view returns (address)
0xd30015e40dfeebdc6662833ffb2dd2d14f5a5882
_price() view returns (uint256)
100000000000000000
_provenance_hash() view returns (string)
87d13e0e44453b2ed9195eec21af62451a07d811de8ca593d507ee06f01744a4
baseURI() view returns (string)
https://cryptobeasts.org/api/json.php?id=
getBaseURI() view returns (string)
https://cryptobeasts.org/api/json.php?id=
getMaxSupply() view returns (uint256)
10000
getPrice() view returns (uint256)
100000000000000000
getProvenanceHash() view returns (string)
87d13e0e44453b2ed9195eec21af62451a07d811de8ca593d507ee06f01744a4
name() view returns (string)
CryptoBeasts
owner() view returns (address)
0xd30015e40dfeebdc6662833ffb2dd2d14f5a5882
symbol() view returns (string)
rare-eggs
totalSupply() view returns (uint256)
10000
Read-only
_locations(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEggType(uint256 eggNumber) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
becomeEggLord() payable
claimTokenForAddress(uint256 tokenId, bytes sig)
claimTokenNoAddress(uint256 tokenId, bytes sig)
ownerMint(uint256 tokenId)
ownerMint(uint256 tokenId, address to)
ownerMint(uint256[] tokenIds)
ownerMint(uint256[] tokenIds, address to)
purchaseNextToken() payable
purchaseNextTokens(uint256 numberOfTokens) payable
purchaseToken(uint256 tokenId) payable
purchaseTokens(uint256[] tokenIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
update(string provenance_hash, uint256 price, uint256 max_supply, uint256 initial_purchase_index, uint256 current_purchase_index, string base_uri)
updateBaseTokenURI(string baseURI)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.