OneMint Genesis

Unverified contract

Proxy

Active on Ethereum with 5,219 txns
Deployed by via 0x8f268a6c at 15522843
Slot
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 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables

No balances found for "OneMint Genesis"

0x59cd839eba052cfbf00598bfb1b74606722c4c3726b8e7fa6874cd4272e3549e
0x6a77d49d6867115ec81e89f0d92bcc85fa5bfed8851b711a2a8b0822bdfec163
0x885fa90ec8e556a786b8168d6b66cb6ab4f81cd45a46923353e44bd52b71cb99
0xc015330f33fbbf5835cb86dabaf105281b97f9724d4c393fb11bd8bba68209f6
0xe38d357e02d494b89b7b22e5ce157cb4fa1f07813a606745dd674ec484572b99
0x64b5e8400fede95b8a379f0dd4a31b74bbfce113812934a2e2c15132a6da8be1
0xe3023f383b98565b0c60ba9eedc5ab58e3e292eb3c8c77e508800426897e9fff
0xadec156a2d04f5bb1ee679475775e3cfbf89dde8bfebf3e3c87499d63588dfef
0x14286d7e07881f146331c13e6211aed15c3b64e5c95a09c0c49ce713999b2df7
0x20a25e90300b7e38f6ec49db8fcdf8a8599dad72c01a917e317fd46d84f0db51

Functions
Getter at block 21200748
cost(view returns (uint256)
2000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x2f09FD96e675fEA5D8cb04264362D61526b0F6a2], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
1
maxPerWallet(view returns (uint32)
1
name(view returns (string)
OneMint Genesis
open(view returns (bool)
true
owner(view returns (address)
0x460fd5059e7301680fa53e63bbbf7272e643e89c
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
5555
symbol(view returns (string)
OMG
totalSupply(view returns (uint256)
5555
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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