NinjaToadz
Verified contract
Active on
Ethereum with 1,788 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 "NinjaToadz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21052114 | a month ago | | | 0 | 0.00025198486 | |
| 21051870 | a month ago | | | 0 | 0.00027969159 | |
| 20399749 | 4 months ago | | | 0 | 0.0011150855 | |
| 20399673 | 4 months ago | | | 0 | 0.00012814258 | |
| 18911143 | a year ago | | | 0 | 0.00045176077 | |
| 18809556 | a year ago | | | 0 | 0.00084742915 | |
| 18803277 | a year ago | | | 0 | 0.00071181445 | |
| 18475042 | a year ago | | | 0 | 0.00086127737 | |
| 17969294 | a year ago | | | 0 | 0.00093768635 | |
| 17968427 | a year ago | | | 0 | 0.00084065272 |
ABI
ABI objects
Getter at block 21261868
MAX_PURCHASE() view returns (uint256)
20
baseURI() view returns (string)
https://ninjatoadz.mypinata.cloud/ipfs/QmaFz75tSBzCJKzuVe6hHU1zTXDnaVN7qaey9HFrwaJPCT/
isSaleActive() view returns (bool)
true
maximumSupply() view returns (uint256)
3333
name() view returns (string)
NinjaToadz
nftPrice() view returns (uint256)
50000000000000000
offset() view returns (uint256)
1107
owner() view returns (address)
0x24d267d7886b8e4e7254263e6702061226f3e75e
symbol() view returns (string)
nToadz
totalSupply() view returns (uint256)
3312
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintNinjaToadz(uint256 mintCount) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleStart()
saleStop()
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
withdrawAll()
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 initialBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.