Noodles
Verified contract
Active on
Ethereum with 13,138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COOLMAN | ERC-721 | 1 | -- | -- | |
JADU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161212 | 5 hours ago | | | 0 | 0.0014385206 | |
| 21161209 | 5 hours ago | | | 0 | 0.0011534970 | |
| 21161207 | 5 hours ago | | | 0 | 0.0011047617 | |
| 21161205 | 5 hours ago | | | 0 | 0.0012960600 | |
| 21011293 | 21 days ago | | | 0 | 0.00032345859 | |
| 20937325 | a month ago | | | 0 | 0.00029990780 | |
| 20937320 | a month ago | | | 0 | 0.00054555991 | |
| 20648873 | 2 months ago | | | 0 | 0.000036028154 | |
| 20621072 | 2 months ago | | | 0 | 0.00036004970 | |
| 20582426 | 3 months ago | | | 0 | 0.000059028669 |
ABI
ABI objects
Getter at block 21162788
cost() view returns (uint256)
50000000000000000
maxMintAmount() view returns (uint256)
10
mintState() view returns (uint8)
4
name() view returns (string)
Noodles
owner() view returns (address)
0x3144f78c083870886df1fdf7b7ac72d520c5972b
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
NOODS
totalSupply() view returns (uint256)
5555
Read-only
addressFreeMintsAvailable(address) view returns (uint8)
addressWLMintsAvailable(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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 addFreeMintUsers(address[] _users)
addWhitelistUsers(address[] _users)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
reserve(uint256 n)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.