Women Tribe
Verified contract
Active on
Ethereum with 22,587 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 "Women Tribe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245664 | 2 hours ago | | | 0 | 0.00059598255 | |
| 21235921 | a day ago | | | 0 | 0.00073697561 | |
| 21230456 | 2 days ago | | | 0 | 0.0012444094 | |
| 21224308 | 3 days ago | | | 0 | 0.0010572477 | |
| 21189236 | 8 days ago | | | 0 | 0.00070313209 | |
| 21189226 | 8 days ago | | | 0 | 0.00076399654 | |
| 21186059 | 8 days ago | | | 0 | 0.0013869545 | |
| 21182344 | 9 days ago | | | 0 | 0.0011493549 | |
| 21168145 | 11 days ago | | | 0 | 0.0015478471 | |
| 21102810 | 20 days ago | | | 0 | 0.00021716024 |
ABI
ABI objects
Getter at block 21246287 contractBalance() view returns (uint256) reservedCount() view returns (uint256)
WT_MAX_RESERVED_COUNT() view returns (uint256)
286
WT_MINT_MAX_AMOUNT() view returns (uint256)
3
WT_MINT_PRICE() view returns (uint256)
40000000000000000
WT_TOTAL_SUPPLY() view returns (uint256)
10000
baseExtension() view returns (string)
.json
isPresaleLive() view returns (bool)
false
isPublicSaleLive() view returns (bool)
false
name() view returns (string)
Women Tribe
owner() view returns (address)
0x6ce9073f60f95dc828beb2c82ccd9e48f4a5de8e
revealed() view returns (bool)
true
symbol() view returns (string)
WT
totalSupply() view returns (uint256)
10000
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)
mintPresale(uint256 _mintAmount, bytes32[] _merkleProof) payable
mintPublicSale(uint256 _mintAmount) payable
mintReserved(uint256 _mintAmount)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRootHash(bytes32 _rootHash)
setNotRevealedURI(string _notRevealedURI)
setPresaleStatus(bool _state)
setPublicSaleStatus(bool _state)
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(string _initBaseURI, string _initNotRevealedUri, bytes32 _initMerkleRootHash)
This contract contains no fallback and receive objects.
This contract contains no error objects.