OnChainWomen
Verified contract
Active on
Ethereum with 1,313 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 "OnChainWomen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18800616 | a year ago | | | 0 | 0.0011064452 | |
| 18732607 | a year ago | | | 0 | 0.0016014726 | |
| 18320403 | a year ago | | | 0 | 0.00029087577 | |
| 18320367 | a year ago | | | 0 | 0.00051605462 | |
| 17946381 | a year ago | | | 0 | 0.00041429550 | |
| 16957753 | 2 years ago | | | 0 | 0.00099125280 | |
| 16841802 | 2 years ago | | | 0 | 0.0012575961 | |
| 16456225 | 2 years ago | | | 0 | 0.0011264276 | |
| 16390855 | 2 years ago | | | 0 | 0.00077786008 | |
| 16307487 | 2 years ago | | | 0 | 0.00082298408 |
ABI
ABI objects
Getter at block 21317912
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/onchain-women
getCost() view returns (uint256)
20000000000000000
getCurrentSupply() view returns (uint256)
4721
getMintStatus() view returns (bool)
true
name() view returns (string)
OnChainWomen
owner() view returns (address)
0xcb100869caf9788e39ab2f397d8f320e99d892f5
symbol() view returns (string)
OCW
totalSupply() view returns (uint256)
10000
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.