Genesis Box

Verified contract

Active on Ethereum with 40,207 txns
Deployed by via 0x681afc85 at 15046858
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xf1a6d766c9d586c7d4cefe9abdf528d518a9355a15d59a8e9c0ac4719d926f6c
0xa6573d22ec0d9d057c45272eefb4d59b7ff2698a0e97c80c2a92e8cd10d4130a
0x7f2d4b4a41b9e985fc892a24a7f751e8be76f0e5df88bbb5c619a1f88a437aa5
0x6f80d05a13478213c5f798122eef674b3a2f2aeb5ded50fbdbc35a8c369aa9a7
0xbb746841f32e73e60bc1b3ce7ca3e3b40fe174a82188f2cfaa529a15410763c1
0xc1e449454757d3b4791a0db3ec1a48ac74cfa17e1f8ec55b69c7cefab2705cfb
From
0xa722d5e0a89beed851f8c5963bff61cb2882b7b9d62dfb2601d618c3950670ef
0xd6c4890d2de605c46a886dfa6dcf61b0ceb0ea51e9a6294c323c61d224321b51
0xff38f90b2c122f439393ff38b3053abaa1e24a9800273e0b3ded97260be0954c
0x9208242e4b614a8f5ea5c3b22d9f9bac04849caa8e876c3ed9ce0f4130f9e4a2

Functions
Getter at block 21159574
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
24000
REFUND_ROLE(view returns (bytes32)
0xaa4e0f6cdcea7b211950e8a75e39146abfef1b33054a194490366571502a5e48
SUPPORT_ROLE(view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
auctionActive(view returns (bool)
false
minimumContribution(view returns (uint256)
300000000000000000
name(view returns (string)
Genesis Box
owner(view returns (address)
0x9d863ed039d61b9313fdc06a9e5ab4b6c2f63ba8
price(view returns (uint256)
508571428571428572
provenance(view returns (string)
symbol(view returns (string)
GBOX
totalSupply(view returns (uint256)
15547
withdrawAddress(view returns (address)
0xd1f124cc900624e1ff2d923180b3924147364380
Read-only
amountPurchased(address aview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
refundAmount(address aview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userData(addressview returns (uint216 contributionuint32 tokensClaimedbool refundClaimed)
State-modifying
approve(address touint256 tokenId
bid(payable 
burn(uint256 tokenId
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress account
reserve(uint256 n
resetTokenRoyalty(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
sendAllTokens(address to
sendRefund(address to
sendRefundBatch(address[] addresses
sendTokens(address touint256 n
sendTokensAndRefund(address to
sendTokensAndRefundBatch(address[] addresses
sendTokensBatch(address[] addresses
setApprovalForAll(address operatorbool approved
setAuctionActive(bool _b
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setMinimumContribution(uint256 minimumContributionInWei_
setPrice(uint256 priceInWei_
setProvenance(string provenance_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Bid(address bidderuint256 bidAmountuint256 bidderTotaluint256 bucketTotal
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address withdrawAddress_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(