WomenIntenseGenesis
Verified contract
Active on
Ethereum with 23 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 "WomenIntenseGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16855864 | 2 years ago | | | 0 | 0.0010601103 | |
| 16031648 | 2 years ago | | | 0.24 | 0.0049505284 | |
| 16031645 | 2 years ago | | | 0.24 | 0.0053239234 | |
| 15946684 | 2 years ago | | | 0 | 0.00057720947 | |
| 15441136 | 2 years ago | | | 0.08 | 0.0040273206 | |
| 15122109 | 2 years ago | | | 0.08 | 0.0062363097 | |
| 14517591 | 3 years ago | | | 0.24 | 0.017574897 | |
| 14517325 | 3 years ago | | | 0.24 | 0.020195703 | |
| 14481489 | 3 years ago | | | 0 | 0.0030791347 | |
| 14469420 | 3 years ago | | | 0 | 0.0014643082 |
ABI
ABI objects
Getter at block 21310793
MAX_PUBLIC_MINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
125
PRICE_PER_TOKEN() view returns (uint256)
80000000000000000
isSaleActive() view returns (bool)
true
isWinListActive() view returns (bool)
false
name() view returns (string)
WomenIntenseGenesis
owner() view returns (address)
0xd6cc8be83d42c99abc6557bf9d2f0d25cfc48d27
symbol() view returns (string)
WIN
totalSupply() view returns (uint256)
39
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address addr) view returns (uint8)
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)
mint(uint256 numberOfTokens) payable
mintWinList(uint8 numberOfTokens) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setIsWinListActive(bool _isWinListActive)
setSaleState(bool newState)
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.