Universe of Women
Verified contract
Active on
Ethereum with 2,988 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 "Universe of Women"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146258 | 15 days ago | | | 0 | 0.00046717447 | |
| 20759382 | 2 months ago | | | 0 | 0.000069363542 | |
| 20264130 | 5 months ago | | | 0 | 0.00019389688 | |
| 20095377 | 5 months ago | | | 0 | 0.00021194577 | |
| 19603715 | 8 months ago | | | 0 | 0.00080940700 | |
| 18943226 | a year ago | | | 0 | 0.00080313258 | |
| 18939139 | a year ago | | | 0 | 0.00056741332 | |
| 18909704 | a year ago | | | 0 | 0.00050871144 | |
| 18899795 | a year ago | | | 0 | 0.0012274376 | |
| 18879079 | a year ago | | | 0 | 0.00074903668 |
ABI
ABI objects
Getter at block 21256187
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/universe-of-women
getCost() view returns (uint256)
20000000000000000
getCurrentSupply() view returns (uint256)
8037
getMintStatus() view returns (bool)
true
name() view returns (string)
Universe of Women
owner() view returns (address)
0x1a58459b82f29ad3acc2c610c6f22796f1e19d18
symbol() view returns (string)
UoW
totalSupply() view returns (uint256)
9999
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
mintTokens(address[] recipients) payable
mintTokens(uint256 count) payable
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)
setMaxSupply(uint256 max)
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 tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.