Women Rise
Verified contract
Active on
Ethereum with 20,737 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 Rise"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161282 | 8 hours ago | | | 0 | 0.0017758802 | |
| 21161281 | 8 hours ago | | | 0 | 0.0014800569 | |
| 21161279 | 8 hours ago | | | 0 | 0.0019807036 | |
| 21161277 | 8 hours ago | | | 0 | 0.00073174627 | |
| 21151405 | 2 days ago | | | 0 | 0.00042919658 | |
| 21146911 | 2 days ago | | | 0 | 0.00041471037 | |
| 21145328 | 3 days ago | | | 0 | 0.00039414020 | |
| 21143997 | 3 days ago | | | 0 | 0.00069540552 | |
| 21139758 | 3 days ago | | | 0 | 0.00094918667 | |
| 21135172 | 4 days ago | | | 0 | 0.00078857116 |
ABI
ABI objects
Getter at block 21163608
baseURI() view returns (string)
https://womenrise.mypinata.cloud/ipfs/Qmcm7hNmHKEmMqHUwLYeMftTzk8fuE4r4xraBJ7YzMazUx/
mintingEnabled() view returns (bool)
false
name() view returns (string)
Women Rise
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x7ea79bad324579fac7a7645c62fe8c60a8b73055
reserve() view returns (uint8)
0
symbol() view returns (string)
WRNFT
totalSupply() view returns (uint256)
10000
Read-only
addressMintedBalance(address) view returns (uint32)
balanceOf(address owner) view returns (uint256)
claimSigUsed(bytes) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimAirdrop(bytes _signature, uint256 _addressAirDropNumber)
mint(uint32 _mintAmount) payable
mint(uint32 _mintAmount, bytes _signature) payable
ownerMintFromReserve(uint8 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
toggleMinting()
toggleOnlyWhitelisted()
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.