NOUNDLES
Verified contract
Active on
Ethereum with 12,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ef4…c7d6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NOUNDLES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099625 | a month ago | | | 0 | 0.00015322230 | |
| 21090439 | a month ago | | | 0 | 0.00013782986 | |
| 21090437 | a month ago | | | 0 | 0.00013622327 | |
| 21069947 | a month ago | | | 0 | 0.0011057453 | |
| 20979562 | a month ago | | | 0 | 0.0011154323 | |
| 20950073 | 2 months ago | | | 0 | 0.00058036734 | |
| 20950053 | 2 months ago | | | 0 | 0.00048838328 | |
| 20600816 | 3 months ago | | | 0 | 0.000041594722 | |
| 20533155 | 3 months ago | | | 0 | 0.000082063717 | |
| 20510149 | 4 months ago | | | 0 | 0.000043795423 |
ABI
ABI objects
Getter at block 21286110
MAX_FREE_MINT() view returns (uint256)
1500
MAX_NOUNDLES() view returns (uint256)
8888
MAX_RESERVE_NOUNDLES() view returns (uint256)
100
Rainbows() view returns (address)
0x0ef4370090f58d129e3a1424fb55a368b86dc7d6
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
NOUNDLES
noundle1() view returns (address)
0x03107dace02c2d40b26bcb9a8e9be50c454f4293
noundle2() view returns (address)
0x03107dace02c2d40b26bcb9a8e9be50c454f4293
owner() view returns (address)
0xc2877fe66cf6ef0ae6e779f857ac31d54a87cb88
prenoundleCount() view returns (uint256)
649
reserveMinted() view returns (uint256)
34
saleEnabled() view returns (bool)
true
saleTime() view returns (uint256)
1637127000
symbol() view returns (string)
NOUNDLES
totalSupply() view returns (uint256)
7465
Read-only
balanceOf(address owner) view returns (uint256)
checkPrenoundles(address _noundles) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getNoundlesFromWallet(address _noundles) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
noundleBalance(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addPrenoundles(address[] _noundles)
approve(address to, uint256 tokenId)
freeMintNoundles() payable
mintNoundles(uint256 _noundles) payable
renounceOwnership()
reserveNoundles(uint256 _noundles)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintPrice(uint256 _noundles)
setPayoutAddresses(address[] _noundles)
setRainbow(address _rainbow)
setSaleEnabled()
setSaleTime(uint256 _noundles)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(uint256 _noundles) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _noundles)
This contract contains no fallback and receive objects.
This contract contains no error objects.