FreeJoJo
Verified contract
Active on
Ethereum with 10,423 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 "FreeJoJo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101422 | 18 days ago | | | 0 | 0.00026503699 | |
| 20993409 | a month ago | | | 0 | 0.00054501750 | |
| 20993408 | a month ago | | | 0 | 0.00054933820 | |
| 20884593 | 2 months ago | | | 0 | 0.00026271589 | |
| 20685607 | 2 months ago | | | 0 | 0.00017526340 | |
| 20585969 | 3 months ago | | | 0 | 0.000045580151 | |
| 20585967 | 3 months ago | | | 0 | 0.000046897123 | |
| 20178441 | 5 months ago | | | 0 | 0.00031543981 | |
| 20108661 | 5 months ago | | | 0 | 0.00017413635 | |
| 19916586 | 6 months ago | | | 0 | 0.00022150419 |
ABI
ABI objects
Getter at block 21230258
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0xbb521c3f767e50e42c78c97a4921a36d4c239506653386d201217a6d3b23a1bb
mintableSupply() view returns (uint256)
7777
name() view returns (string)
Free JoJo
owner() view returns (address)
0x14feb78f446b9fd56a572e8fa149dc3b440fea87
publicEnabled() view returns (bool)
false
symbol() view returns (string)
JOJO
totalSupply() view returns (uint256)
7777
uriPrefix() view returns (string)
https://freejojo.io/api/metadata/
uriSuffix() view returns (string)
?
whitelistEnabled() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintClaimed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address _receiver)
approve(address to, uint256 tokenId) payable
claimJoJos(uint256 _mintAmount, bytes32[] _merkleProof) payable
mintJoJos() 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)
setMaxMintableSupply(uint256 _amount)
setMaxTotalSupply(uint256 _amount)
setMerkleRoot(bytes32 _merkleRoot)
setPublicEnabled(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistEnabled(bool _state)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()