KaijuFrenz
Verified contract
Active on
Ethereum with 19,130 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 "KaijuFrenz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254302 | 5 days ago | | | 0 | 0.00071505791 | |
| 21254199 | 5 days ago | | | 0 | 0.00067463878 | |
| 21228708 | 9 days ago | | | 0 | 0.00046341059 | |
| 21226082 | 9 days ago | | | 0 | 0.00079764928 | |
| 21171459 | 17 days ago | | | 0 | 0.0010032353 | |
| 21118039 | 24 days ago | | | 0 | 0.00026703560 | |
| 21103717 | a month ago | | | 0 | 0.00028793626 | |
| 21084089 | a month ago | | | 0 | 0.00074350113 | |
| 21075567 | a month ago | | | 0 | 0.0013014784 | |
| 21057849 | a month ago | | | 0 | 0.00032955188 |
ABI
ABI objects
Getter at block 21292712
ADDRESS_1() view returns (address)
0xcb583ace502f4f8b9f72309c56b1195606e68ad9
ADDRESS_2() view returns (address)
0xc9b5553910ba47719e0202ff9f617b8be06b3a09
FREE_SUPPLY() view returns (uint256)
350
MAX_SUPPLY() view returns (uint256)
6666
MINT_LIMIT() view returns (uint256)
2
PRESALE_LIMIT() view returns (uint256)
1
PRESALE_SUPPLY() view returns (uint256)
4535
PUBLIC_PRICE() view returns (uint256)
120000000000000000
WL_PRICE() view returns (uint256)
88000000000000000
freeMintCount() view returns (uint256)
343
isFreeActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
KaijuFrenz
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x2cf6be63d54575de4f34246ed4cbe84bf11a9a96
presaleMintCount() view returns (uint256)
3819
symbol() view returns (string)
KAIJUFRENZ
totalSupply() view returns (uint256)
6666
Read-only
balanceOf(address owner) view returns (uint256)
freeMints(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) 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)
tokensOfOwner(address owner) view returns (uint256[])
usedDigests(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
freeMint(bytes32[] proof)
mint(uint256 numberOfTokens, uint64 expireTime, bytes sig) payable
presaleMint(bytes32[] proof) payable
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setFreeMintRoot(bytes32 _freemintRoot)
setFreeStatus()
setPreSaleRoot(bytes32 _presaleRoot)
setPreSaleStatus()
setPresalePrice(uint256 _wlPrice)
setPublicPrice(uint256 _publicPrice)
setPublicSaleStatus()
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.