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 "FemVerse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16295205 | 2 years ago | | | 0 | 0.00063406542 | |
| 16129031 | 2 years ago | | | 0 | 0.00062832117 | |
| 15177555 | 2 years ago | | | 0 | 0.00064666558 | |
| 14730554 | 3 years ago | | | 0 | 0.0031990446 | |
| 14616222 | 3 years ago | | | 0 | 0.0011366797 | |
| 14595001 | 3 years ago | | | 0 | 0.00059019235 | |
| 14292475 | 3 years ago | | | 0 | 0.0020119520 | |
| 14286641 | 3 years ago | | | 0 | 0.00089659618 | |
| 14286640 | 3 years ago | | | 0 | 0.00080752714 | |
| 14286640 | 3 years ago | | | 0 | 0.00080752714 |
ABI
ABI objects
Getter at block 21202024
FEMVERSE_FREE_PRICE() view returns (uint256)
0
FEMVERSE_GIFT() view returns (uint256)
555
FEMVERSE_MAX() view returns (uint256)
5555
FEMVERSE_PER_FREE_MINT() view returns (uint256)
1
FEMVERSE_PER_MINT() view returns (uint256)
20
FEMVERSE_PRICE() view returns (uint256)
25500000000000000
FEMVERSE_PUBLIC() view returns (uint256)
5000
giftedAmount() view returns (uint256)
9
name() view returns (string)
FemVerse
owner() view returns (address)
0x922fed875540889861ed19657571f92a7292a37e
publicAmountMinted() view returns (uint256)
548
saleLive() view returns (bool)
true
symbol() view returns (string)
Fem
totalSupply() view returns (uint256)
557
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)
buy(uint256 tokenQuantity) payable
gift(address[] receivers)
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)
setFemVersePerMint(uint256 number)
setGiftAmount(uint256 number)
setPrice(uint256 number)
setPublicAmount(uint256 number)
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.
This contract contains no error objects.