Beramonium Chronicles: Genesis
Verified contract
Active on
Ethereum with 5,512 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Beramonium Chronicles: Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267814 | a day ago | | | 0 | 0.00057540505 | |
| 21267813 | a day ago | | | 0 | 0.00052205044 | |
| 21261738 | 2 days ago | | | 0 | 0.00040392659 | |
| 21259792 | 2 days ago | | | 0 | 0.00055031371 | |
| 21259775 | 2 days ago | | | 0 | 0.00054056450 | |
| 21259734 | 2 days ago | | | 0 | 0.00059631274 | |
| 21257514 | 2 days ago | | | 0 | 0.00036137439 | |
| 21257153 | 2 days ago | | | 0 | 0.00054140240 | |
| 21256495 | 3 days ago | | | 0 | 0.00029801100 | |
| 21255119 | 3 days ago | | | 0 | 0.00064425526 |
ABI
ABI objects
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 recipient, uint256 numerator, uint256 denominator)
(recipient=0x197e6786dee74dd407822ca94751b35134ee5ce9, numerator=5, denominator=100)
symbol() view returns (string)
BCG
totalSupply() view returns (uint256)
6000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isTierOn(uint256 tier) view returns (bool)
minted(uint256, address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256 royaltyAmount)
startTimes(uint256) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool 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 quantity, uint256 tier, uint256 maxAmount, bytes32[] proof, uint256 index) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdrawEther()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxPerWalletPublic_, uint256 collectionSize_, uint256 price_, uint32 startTimeTier0_, address premintWallet_, uint256 premintAmount_, string baseTokenURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()