Beramonium Chronicles: Genesis

Verified contract

Active on Ethereum with 5,512 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"

0x60806ee4ee6ccf05d5e5983a83bc097a7bf07bfa31689e186b93150b2d2ced57
0xb29fbba07aa340f02c87e81a8edf9cd18175d17b8431f5cd4dc7708bda2058b1
0x82692637f050e3933cebda31b7fbb472bcd8b26ee4aaa27b5fc1d8e28474ca62
0x0b1ce8d9454647f4640891674c00d2dd72e2a1c069ac926060743dd3c6b728cb
0x73eed91506de595c96aeabd15ef1fc386c00b8fafd1e81aa51f41cc27d4f96e0
0x0886b0d99b3f89179c79eacba22df14ccb6b385ddda4477664bc72c4528c5867
0x7de0b1423fe24c8f02b4663ef28e1215ad0b619adc8c1bf699d1573af164c9e8
0xf1fac60f04266285ed2c2bf409e63d56d5fc57af96a7c034bca869524be17d00
0xc9cb1992d566ddcb4a57ce08f3ae98f97491d7147a80383c251f321f4d1a1837
0xbeff68ed03bc3c14e643d6a4ee87a761e9da75d9941c086d7941d277d95eb9bc

Functions
Getter at block 21274902
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(