Women Across Continents
Verified contract
Active on
Ethereum with 692 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Women Across Continents"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17606019 | a year ago | | | 0 | 0.00035031907 | |
| 16307586 | 2 years ago | | | 0 | 0.00079262801 | |
| 15655399 | 2 years ago | | | 0 | 0.00043216101 | |
| 15474834 | 2 years ago | | | 0 | 0.00018464085 | |
| 15474801 | 2 years ago | | | 0 | 0.00062061859 | |
| 15023970 | 2 years ago | | | 0 | 0.0015953668 | |
| 14942262 | 2 years ago | | | 0 | 0.0020499840 | |
| 14893621 | 3 years ago | | | 0 | 0.0011789679 | |
| 14770145 | 3 years ago | | | 0 | 0.00088256957 | |
| 14621965 | 3 years ago | | | 0 | 0.00085537369 |
ABI
ABI objects
Getter at block 21328966
MAX_PRESALE() view returns (uint256)
1500
MAX_SUPPLY() view returns (uint256)
10000
PRESALE_COST() view returns (uint256)
80000000000000000
PRESALE_MINT_AMOUNT() view returns (uint256)
3
PRESALE_MINT_DATE() view returns (uint256)
1639778400
PUBLICSALE_MINT_DATE() view returns (uint256)
1640037600
PUBLICT_MINT_AMOUNT() view returns (uint256)
5
PUBLIC_COST() view returns (uint256)
100000000000000000
RESERVE_SUPPLY() view returns (uint256)
200
UNIC_SUPPLY() view returns (uint256)
7
name() view returns (string)
Women Across Continents
owner() view returns (address)
0x21b545339045990ef4d976395bfcffe1463cc58c
reserveTokenIdCounter() view returns (uint256 _value)
6
symbol() view returns (string)
WAC
tokenIdCounter() view returns (uint256 _value)
547
unicTokenIdCounter() view returns (uint256 _value)
0
Read-only
WLIST(address) view returns (bool)
addressMintedBalance(address) view returns (uint256)
addressRaffle(uint256) view returns (address)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToWhiteList(address[] addresses)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
raffle()
renounceOwnership()
reserveMint(uint256 _mintAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, address[] _whitelisted)
This contract contains no fallback and receive objects.
This contract contains no error objects.