Nieux Society Founder
Verified contract
Active on
Ethereum with 510 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 "Nieux Society Founder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20093301 | 5 months ago | | | 0 | 0.00023178407 | |
| 20061845 | 5 months ago | | | 0 | 0.00063028446 | |
| 19878402 | 6 months ago | | | 0 | 0.00088599879 | |
| 19878387 | 6 months ago | | | 0 | 0.00086025108 | |
| 19878372 | 6 months ago | | | 0 | 0.00083448647 | |
| 19878367 | 6 months ago | | | 0 | 0.00083620075 | |
| 19878358 | 6 months ago | | | 0 | 0.00086337263 | |
| 19878335 | 6 months ago | | | 0 | 0.00082469600 | |
| 19878324 | 6 months ago | | | 0 | 0.00085634344 | |
| 19878322 | 6 months ago | | | 0 | 0.00085395481 |
ABI
ABI objects
Getter at block 21213893
COST() view returns (uint256)
700000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x990b5908233a9c9918fb72afb5c74f10daf4d5a001f461c9f0320666e5ebf99a
MINTER_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseTokenURI() view returns (string)
https://nieux.mypinata.cloud/ipfs/QmUYJWjrq7dRhonuS2dPFGgreMEwem3PtXkMPsZbjo5zm9/
getChainId() view returns (uint256)
1
mintState() view returns (bool isPaused, uint8 mintPhase, uint256 numMinted, string baseUri, uint256 mintCost, uint256 supply)
(isPaused=true, mintPhase=1, numMinted=504, baseUri=https://nieux.mypinata.cloud/ipfs/QmUYJWjrq7dRhonuS2dPFGgreMEwem3PtXkMPsZbjo5zm9/, mintCost=700000000000000000, supply=504)
name() view returns (string)
Nieux Society Founder
owner() view returns (address)
0x6bedc9adc4266f708f63f2ac7aba39abbda4f9d0
paused() view returns (bool)
true
phase() view returns (uint8)
1
symbol() view returns (string)
504
totalMinted() view returns (uint256)
504
totalSupply() view returns (uint256)
504
Read-only
balanceOf(address owner) view returns (uint256)
checkAllowlist(bytes signature) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
mint() payable
mintByOwner(address to) payable
mintByOwnerBulk(address[] to) payable
mintBySignature(bytes signature) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistSigningAddress(address newSigningKey)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setPhase(uint8 _phase)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed to, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused()
constructor(string tokenName, string tokenSymbol, uint256 totalSupply_, string customBaseURI_, bool paused_, address signingKey, address paymentSplitter_, address royaltyContract_)
receive()
This contract contains no error objects.