ShowMeYourMardiGras23
Verified contract
Active on
Ethereum with 213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ShowMeYourMardiGras23"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20061966 | 6 months ago | | | 0 | 0.0010484487 | |
| 19878402 | 7 months ago | | | 0 | 0.00094521379 | |
| 19878387 | 7 months ago | | | 0 | 0.00091774525 | |
| 19878372 | 7 months ago | | | 0 | 0.00089025868 | |
| 19878367 | 7 months ago | | | 0 | 0.00089208753 | |
| 19878358 | 7 months ago | | | 0 | 0.00092108743 | |
| 19878335 | 7 months ago | | | 0 | 0.00063544892 | |
| 19878335 | 7 months ago | | | 0 | 0.00087981388 | |
| 19878324 | 7 months ago | | | 0 | 0.00091357644 | |
| 19878322 | 7 months ago | | | 0 | 0.00065799356 |
ABI
ABI objects
Getter at block 21311090
_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 (bool, struct NieuxSocietyNFTPhase, uint256)
(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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidMerkleProof(bytes32[] _merkleProof, address addr) view returns (bool)
mintsForPhase(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phases(uint256) view returns (uint256 maxMintLimit, string name)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
mintByMerkle(bytes32[] _merkleProof, uint256 _amount) payable
mintByOwner(uint256 _amount, address _recipient) payable
mintByOwnerBulk(address[] to, uint256[] amount) payable
mintByWinter(uint256 _amount, address _recipient) payable
mintByWinterMerkle(uint256 _amount, address _recipient, bytes32[] _merkleProof) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setCost(uint256 newCost)
setPhase(string _name, uint256 _maxMintForPhase)
setRoyaltyAddress(address royaltyContract_)
setSplitterAddress(address paymentSplitter_)
setUseWinterAddress(address useWinterAddress_)
setUseWinterCustodialAddress(address useWinterCustodialAddress_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
updateMerkleRoot(bytes32 newRoot)
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)
CostChanged(uint256 newCost)
MintByOwner(address indexed to, uint256 amount)
Minted(address indexed to, uint256 amount)
NewMerkleRoot(bytes32 newMerkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
PhaseChanged(string name, uint256 maxMintLimit)
RoyaltyAddressChanged(address indexed from, address indexed to)
SplitterAddressChanged(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused()
UseWinterAddressChanged(address indexed from, address indexed to)
UseWinterCustodialAddressChanged(address indexed from, address indexed to)
constructor(string tokenName, string tokenSymbol, string customBaseURI_, bool paused_, uint256 _collectionSize, uint256 _maxMintLimit, string _phaseName, address paymentSplitter_, address royaltyContract_, address useWinterAddress_, address useWinterCustodialAddress_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnknownPhase()