Node

Verified contract

Active on Ethereum with 1,497 txns
Deployed by via 0xa328821a at 18362780
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $8,008
0x032ef689a7487bec97ae75b13210f4121076332056fcd84f5b3a87a59c0b4e7e
0x9e615144f04ab382fa582b2ea49752eb4ccbe74be8377ebd7495fc67d5ec26d6
0x6befbdc75352092c8ec657daf8efe0a3fd04242f9fd88900e8206b1b2d962d18
0x870a4352ce2ea4fdd96710580f332a2e818789b930f5aeb564c5b59598a6b2f0
0x680ae7d72c6388d51b2baa386fd453a475a623fc57ae3e16690eb35267f1db7b
0x33440c0a2afe776385b51b7344e062ee2b2340cacba7d403cce68c151e356d25
0xda921105b3b201da184b0dc8b5f720d3e0b70aa7cd50605699a67dcacbc866b5
0xc720fb9cfc1162e6fc6fe0b311481a3a21641739a46980d93ec226217cb909b0
0xdd9d8e460ba5a38ea41cb8bc9949e6e8604f803d848ce35d2f6c930ac43c6d30
0x5c9c974b2491ed9d0ce4e4865d0bc6d61d2f95c6031515a63d805fc3d86254e0

Functions
Getter at block 21332700
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost(view returns (uint256)
1000000000
erc20coin(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
erc20decimals(view returns (uint256)
6
maxSupply(view returns (uint256)
10000
name(view returns (string)
Node
owner(view returns (address)
0xb41f29aab49575288fdf851c7093dedeaaa066db
pause(view returns (bool)
false
symbol(view returns (string)
NODE
testOwner(view returns (address)
0xb41f29aab49575288fdf851c7093dedeaaa066db
totalSupply(view returns (uint256)
4041
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURL
setCost(uint256 _newCost
setPause(bool _state
setPublicSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _decimalsuint256 _usdcCoststring _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(