Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,008.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 8K | $1.001 |
$8,008 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332010 | 2 hours ago | | | 0 | 0.0039930264 | |
| 21327683 | 17 hours ago | | | 0 | 0.0011799546 | |
| 21325975 | a day ago | | | 0 | 0.0021742735 | |
| 21322968 | a day ago | | | 0 | 0.0045643782 | |
| 21311066 | 3 days ago | | | 0 | 0.0010477377 | |
| 21300890 | 4 days ago | | | 0 | 0.0010963574 | |
| 21288636 | 6 days ago | | | 0 | 0.00068679181 | |
| 21287481 | 6 days ago | | | 0 | 0.0012844974 | |
| 21285636 | 7 days ago | | | 0 | 0.00045785590 | |
| 21285618 | 7 days ago | | | 0 | 0.00044504652 |
ABI
ABI objects
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 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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
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 _baseURL)
setCost(uint256 _newCost)
setPause(bool _state)
setPublicSupply(uint256 newMaxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _decimals, uint256 _usdcCost, string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()