WomenTribePride
Verified contract
Active on
Ethereum with 124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,689.97)
Native
Value
$2,689.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.8 | $3,362.46 |
$2,689.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19223366 | 10 months ago | | | 0 | 0.00082157499 | |
| 18090011 | a year ago | | | 0 | 0.00076071579 | |
| 18089995 | a year ago | | | 0 | 0.00079093738 | |
| 18089949 | a year ago | | | 0 | 0.00052686302 | |
| 18089947 | a year ago | | | 0 | 0.00056882239 | |
| 17962584 | a year ago | | | 0 | 0.00073966917 | |
| 17116889 | 2 years ago | | | 0.02 | 0.0036430287 | |
| 16694753 | 2 years ago | | | 0 | 0.0015982288 | |
| 16471772 | 2 years ago | | | 0 | 0.0010424720 | |
| 16299507 | 2 years ago | | | 0 | 0.0029746290 |
ABI
ABI objects
Getter at block 21441968
cost() view returns (uint256)
20000000000000000
isSaleActive() view returns (bool)
true
name() view returns (string)
WomenTribePride
owner() view returns (address)
0x6ce9073f60f95dc828beb2c82ccd9e48f4a5de8e
symbol() view returns (string)
WTP
totalSupply() view returns (uint256)
534
Read-only
allTokensOfOwner(address user) view returns (uint256[])
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 airdrop(address[] _addresses, uint16[] amounts)
approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintAsOwner(address to, uint8 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
toggleSaleStatus()
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.