GenkiMint

Verified contract

Active on Ethereum with 3,937 txns
Deployed by via 0x5680ae6d at 16087619
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "GenkiMint"

0xd9902680a9d6958fa115405b57ed007edaa6f9a766a7ea27ac3dd428738df014
0x8f266bb10cef848e49245c93146e94689071df79061014517c6c55d3f547b192
0xf92c2b0ec5cfddfb229c3acec193058b212d1d7b7868646398f25b6fd545c11b
0x2779dccfc13a0c8bfd2f8d9f0536a1daeb3289a13f54d6d65f164f0f8cb2f00d
0xd3523a5ded51ca2c45938a2d56e11a5d9ea1bec1732dfb68386e6d6afcb3e289
0xfc8e946a9ded4a8531c2fb06ba286e4654617e0b730bc4eb738b7ad8e62c5e0d
0x7022cadf592f61602b83ecbd17d255b52171d2758334c346b278432c8d03dc2d
0x6a414957f981d4d7f618c536b63f56a409815912af3a2a6bfb65e6e1d160f6e6
0x7c2cff1e3f9ec83377d84005c1cf299fcd9006f6ae6d8d71b89f029a102783a1
0xcdc3a9b7019faab1864dae47d97375cec228a483c385591f6ffba106512a4ec7

Functions
Getter at block 20952162
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PER_PRIVATE_WALLET(view returns (uint256)
1
MAX_PER_TX(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
8000
MIN_BID(view returns (uint256)
40000000000000000
OGPrice(view returns (uint256)
0
SUPPORT_ROLE(view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
baseURI(view returns (string)
https://genki-repo.s3.amazonaws.com/public/json/
contractState(view returns (uint8)
0
discountedPrice(view returns (uint256)
0
maxBidSupply(view returns (uint256)
2500
merkleRootOG(view returns (bytes32)
0x1eea916fc37c68523881beff5324f1330d72d2889115f0a15e0bf15f4eef9e68
merkleRootWL(view returns (bytes32)
0x13840477952e835928c6eddeafe8a64f59f6543a0d57666ebb82932bb0992c9d
name(view returns (string)
GenkiMint
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x32475da0b5eed680eb8f13ffc50b84dd3f32be58
price(view returns (uint256)
0
symbol(view returns (string)
GENKI
totalSupply(view returns (uint256)
4555
Read-only
alreadyMinted(address addrview returns (uint256)
balanceOf(address ownerview returns (uint256)
bidderData(addressview returns (uint224 contributionuint16 tokensClaimedbool refundClaimedbool winningBid)
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)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
winningBidders(addressview returns (bool)
State-modifying
airdropMintBatch(address[] _addressesuint256[] _numbers
approve(address operatoruint256 tokenIdpayable 
bid(payable 
grantRole(bytes32 roleaddress account
processBidders(address[] _addresses
processBiddersRefunds(address[] _addressesuint256[] _refundValues
publicMint(uint256 _quantitypayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
repeatRegistration(
reserveMint(uint256 _quantity
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractState(uint8 _contractState
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxBidSupply(uint256 _maxBidSupply
setMerkleRoots(bytes32 _merkleRootWLbytes32 _merkleRootOG
setOperatorFilteringEnabled(bool value
setPrices(uint256 _priceuint256 _discountedPriceuint256 _OGPrice
setWinningBids(address[] _addresses
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whiteListMint(uint256 _quantitybytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Bid(address bidderuint256 bidAmountuint256 bidderTotaluint256 biddingTotal
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(