Boi Genesis
Verified contract
Proxy
Active on
Ethereum with 1,699 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "Boi Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104644 | 14 days ago | | | 0 | 0.00010355781 | |
| 21104641 | 14 days ago | | | 0 | 0.00010700991 | |
| 20599166 | 3 months ago | | | 0 | 0.000043990500 | |
| 19208422 | 9 months ago | | | 0 | 0.00099398134 | |
| 19208394 | 9 months ago | | | 0 | 0.0012488039 | |
| 18945670 | 10 months ago | | | 0 | 0.00043655021 | |
| 18576681 | a year ago | | | 0 | 0.0012674328 | |
| 18255087 | a year ago | | | 0 | 0.00033840842 | |
| 17938556 | a year ago | | | 0 | 0.0011811822 | |
| 17852579 | a year ago | | | 0 | 0.00060474739 |
ABI
ABI objects
Getter at block 21206351
ADMIN_ROLE() view returns (uint256)
1
BURNER_ROLE() view returns (uint256)
4
MANAGER_ROLE() view returns (uint256)
2
maxAmount() view returns (uint256)
1000
maxPerMint() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
name() view returns (string)
Boi Genesis
owner() view returns (address result)
0x5f61f84220ec50c97e8e7ce01f5dbb7f3abd3548
ownershipHandoverValidFor() view returns (uint64)
172800
presaleActive() view returns (bool)
false
price() view returns (uint256)
90000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
BOIG
totalRevenue() view returns (uint256)
81000000000000000000
totalSupply() view returns (uint256)
1000
treasury() view returns (address)
0xacf022d1045eefb79947f11b3cd7bf58575bb5bc
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasAllRoles(address user, uint256 roles) view returns (bool result)
hasAnyRole(address user, uint256 roles) view returns (bool result)
isAllowedOperator(address operator) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool isOperator)
isBlockedOperator(address operator) view returns (bool)
ordinalsFromRoles(uint256 roles) pure returns (uint8[] ordinals)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
rolesFromOrdinals(uint8[] ordinals) pure returns (uint256 roles)
rolesOf(address user) view returns (uint256 roles)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchAirdrop(uint64[] quantities, address[] recipients)
burn(uint256 tokenId)
cancelOwnershipHandover()
completeOwnershipHandover(address pendingOwner)
grantRoles(address user, uint256 roles)
initialize(address owner_, string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
mint(uint64 quantity) payable
mintTo(address recipient, uint64 quantity) payable
presaleMint(uint64 quantity, uint256 allowed, bytes32[] proof) payable
presaleMintTo(address recipient, uint64 quantity, uint256 allowed, bytes32[] proof) payable
renounceOwnership()
renounceRoles(uint256 roles)
requestOwnershipHandover()
revokeRoles(address user, uint256 roles)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowedOperator(address operator, bool allowed)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBlockedOperator(address operator, bool blocked)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 newRoot)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address newTreasury)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Initialized(uint8 version)
OperatorAllowed(address indexed operator, bool allowed)
OperatorBlocked(address indexed operator, bool blocked)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()