FreedomVerse
Verified contract
Active on
Ethereum with 424 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 "FreedomVerse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16957751 | 2 years ago | | | 0 | 0.00055863551 | |
| 16957737 | 2 years ago | | | 0 | 0.00060696418 | |
| 16600395 | 2 years ago | | | 0 | 0.00053943823 | |
| 16596133 | 2 years ago | | | 0 | 0.00092190743 | |
| 16521170 | 2 years ago | | | 0 | 0.00081940161 | |
| 16453485 | 2 years ago | | | 0 | 0.00067503025 | |
| 16309699 | 2 years ago | | | 0 | 0.00069327029 | |
| 16309417 | 2 years ago | | | 0 | 0.00081932341 | |
| 16296329 | 2 years ago | | | 0 | 0.00045898770 | |
| 16296327 | 2 years ago | | | 0 | 0.00079053634 |
ABI
ABI objects
Getter at block 21262105
GIFT_AMT() view returns (uint256)
50
MAX_AMT() view returns (uint256)
8888
MAX_PER_PRESALE() view returns (uint256)
10
MAX_PER_TXN() view returns (uint256)
10
PASS_PRICE() view returns (uint256)
100000000000000000
PUBLIC_AMT() view returns (uint256)
8838
communityWalletAddress() view returns (address)
0x50415354bd4908b81422359a1d6d147a5bc53bd9
name() view returns (string)
FreedomVerse
owner() view returns (address)
0xe90b1fd2199c7a8d861ac94adef90661b1d2c132
preSaleActive() view returns (bool)
true
publicAmountMinted() view returns (uint256)
621
saleActive() view returns (bool)
true
symbol() view returns (string)
FREE
totalSupply() view returns (uint256)
626
Read-only
amountClaimedPresale(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
hasAddressMintedFree(address) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giftPass(address[] receivers, uint256 numberOfPasses)
mintFree(bytes32 messageHash, bytes signature) payable
mintPass(uint256 numberOfPasses) payable
mintPresale(uint256 numberOfPasses, bytes32 messageHash, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setCommunityWalletAddress(address _communityWalletAddress)
setFreeSignerAddress(address _freeSignerAddress)
setPrice(uint256 number)
setPublicAmount(uint256 number)
setWhitelistSignerAddress(address _whitelistSignerAddress)
togglePreSaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawTeam()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()