ShowMeYourMardiGras23

Verified contract

Active on Ethereum with 213 txns
Deployed by via 0xc6f3308a at 16347261
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ShowMeYourMardiGras23"

0x8cedbf7be447356fd9496b615a7937f3dd368ce522d88fcae9f998d10918d89b
0x6efc29af6e599d179ede7933f8fa5c4ed9f9423967940ef3e71bee497ae994ca
0x4ca056fb8e73cb82ceabec96568d5b7b9bf7688666d39ef41880845c515d775d
0x1cd133017199611bc8d655c0f98cb85daa09aff2872a69fd0ba55b2bd96e564d
0xe420067bfba261e63e6a6c47bcbfe3fd24d3b4217976d3664f25a7ce428b8264
0xcb0edcf0bcdb426469be14c1f942f13e03deaa60b87dda7feda0c6f6f4ee45ee
0xfb350d189c5da30fa842c0311499629562d8994a9aaef6b9ac2a31e7bc1abc4e
0x2f24e9730d52b9aa081210bb2f16307fdaa352a89cb75b7a40e6e58e27e4a764
0x59b70f90be979ff03c0258095cebf73fa4c925a352ea4f592323fc33669a4154
0x1d018c2faff98b4f406daa5325cc3df2795f47d538afa2e968acb9c1897ee44f

Functions
Getter at block 20865252
_cost(view returns (uint256)
100000000000000000
baseTokenURI(view returns (string)
https://nieux.mypinata.cloud/ipfs/QmbWSdq7PZuqPynsYq6cc9vF6RcSd3L8wZ8B54tK8VqGQL/
cost(view returns (uint256)
100000000000000000
currentPhase(view returns (uint8)
1
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintState(view returns (boolstruct NieuxSocietyNFTPhaseuint256)
(true, (10, Public), 100000000000000000)
name(view returns (string)
ShowMeYourMardiGras23
owner(view returns (address)
0x6bedc9adc4266f708f63f2ac7aba39abbda4f9d0
paused(view returns (bool)
true
paymentSplitter(view returns (address)
0xe636e2095a52781775f192de77bdc0a2508163cd
royaltyContract(view returns (address)
0xb5122749e9bac62aa9e206c6709959b18f98e295
symbol(view returns (string)
504MG23
totalSupply(view returns (uint256)
1241
useWinterAddress(view returns (address)
0xd541da4c37e268b9ec4d7d541df19adcf564c6a9
useWinterCustodialAddress(view returns (address)
0x72bf16640e440d3ed2bf6b4abc4f47ee1e66b0a6
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValidMerkleProof(bytes32[] _merkleProofaddress addrview returns (bool)
mintsForPhase(addressuint256view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
phases(uint256view returns (uint256 maxMintLimitstring name)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 amountpayable 
mintByMerkle(bytes32[] _merkleProofuint256 _amountpayable 
mintByOwner(uint256 _amountaddress _recipientpayable 
mintByOwnerBulk(address[] touint256[] amountpayable 
mintByWinter(uint256 _amountaddress _recipientpayable 
mintByWinterMerkle(uint256 _amountaddress _recipientbytes32[] _merkleProofpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setCost(uint256 newCost
setPhase(string _nameuint256 _maxMintForPhase
setRoyaltyAddress(address royaltyContract_
setSplitterAddress(address paymentSplitter_
setUseWinterAddress(address useWinterAddress_
setUseWinterCustodialAddress(address useWinterCustodialAddress_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
updateMerkleRoot(bytes32 newRoot
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
CostChanged(uint256 newCost
MintByOwner(address indexed touint256 amount
Minted(address indexed touint256 amount
NewMerkleRoot(bytes32 newMerkleRoot
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(
PhaseChanged(string nameuint256 maxMintLimit
RoyaltyAddressChanged(address indexed fromaddress indexed to
SplitterAddressChanged(address indexed fromaddress indexed to
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(
UseWinterAddressChanged(address indexed fromaddress indexed to
UseWinterCustodialAddressChanged(address indexed fromaddress indexed to
Constructor
constructor(string tokenNamestring tokenSymbolstring customBaseURI_bool paused_uint256 _collectionSizeuint256 _maxMintLimitstring _phaseNameaddress paymentSplitter_address royaltyContract_address useWinterAddress_address useWinterCustodialAddress_
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnknownPhase(