This contract is being backfilled. You may encounter incomplete storage history.

Beramonium Chronicles: Genesis

Verified contract

Active on Ethereum with 5,186 txns
Deployed by via 0xd869d567 at 16776875
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "Beramonium Chronicles: Genesis"

0x89303d4bc46ffe891b924a38d702ab61db8e4bb4a9725431159ef04c95200d3f
0x8f5bc9925c8422ce6f134f6f345f1c7743c350e07f11a8b6102b6591a1801fd4
From
0xd253af96d63062011bc59fc392c7faac6da2fdacc66f1176738e2ee621bdfe1f
0x04fa8edbecf7958c41ca2e4165334cacc5a3a7a9600b25f134eb94ccd9bd1ce6
0x95b47d2c59f27994c913c91fa012911242f28185ba8e03c3fd122c506a56ef4e
0x5eb876e1f2c4a3482a73fedde6fea88723f881f0ee299bdc3c7ffa5b9b6bc09c
0xdb1dc9d7e1bfa91b35cfa5ee695e7eff413495cb1b2678c7e514562538a1fd20
0x0833be156839081d3f52c1e796fd383d68c7a836fe9b5adf8d87bd6415971b36
0x56f75767592a169a4ffef6cae94c63670891feb777db82c61ea83364ee61eb97
0xb0d73dbd4a9b82ec48bd9b3d6d1adac496fca351ae6618ae84e1f607b6912f4c

Functions
Getter at block 20810293
collectionSize(view returns (uint256)
6000
maxPerWalletPublic(view returns (uint256)
4
name(view returns (string)
Beramonium Chronicles: Genesis
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x197e6786dee74dd407822ca94751b35134ee5ce9
price(view returns (uint256)
45000000000000000
royalty(view returns (address recipientuint256 numeratoruint256 denominator)
(recipient=0x197e6786dee74dd407822ca94751b35134ee5ce9, numerator=5, denominator=100)
symbol(view returns (string)
BCG
totalSupply(view returns (uint256)
6000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTierOn(uint256 tierview returns (bool)
minted(uint256addressview returns (uint256)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256 royaltyAmount)
startTimes(uint256view returns (uint32)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCollectionSize(uint256 size_
setPrice(uint256 price_
setRoot(uint256 tier_bytes32 root_
setRoyaltyConfig(address recipient_uint256 numerator_uint256 denominator_
setStartTime(uint256 tier_uint32 time_
tierMint(uint256 quantityuint256 tieruint256 maxAmountbytes32[] proofuint256 indexpayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdrawEther(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OperatorFilterRegistryAddressUpdated(address newRegistry
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxPerWalletPublic_uint256 collectionSize_uint256 price_uint32 startTimeTier0_address premintWallet_uint256 premintAmount_string baseTokenURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(