TheRiseOfWomen
Verified contract
Active on
Ethereum with 479 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12.55)
Native
Value
$12.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,138.67 |
$12.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18047120 | a year ago | | | 0 | 0.00048276174 | |
| 16777436 | 2 years ago | | | 0 | 0.0015618945 | |
| 16777434 | 2 years ago | | | 0 | 0.0016917475 | |
| 15642231 | 2 years ago | | | 0 | 0.00045338659 | |
| 15633099 | 2 years ago | | | 0 | 0.00065204314 | |
| 15608365 | 2 years ago | | | 0 | 0.00026520761 | |
| 15087966 | 2 years ago | | | 0 | 0.0010765701 | |
| 15075577 | 2 years ago | | | 0 | 0.0010354152 | |
| 15055478 | 2 years ago | | | 0 | 0.00067308257 | |
| 15055476 | 2 years ago | | | 0 | 0.00098421307 |
ABI
ABI objects
Getter at block 21219841
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmV8GDuLdjmVE9DbSpDApP9vBZn7vQ998vbABYKwmYhUCC/
freeMintPerWallet() view returns (uint256)
2
maxFreeSupply() view returns (uint256)
2500
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
4
maxSupply() view returns (uint256)
5005
name() view returns (string)
TheRiseOfWomen
owner() view returns (address)
0xe243a885544071824c9527c2a0f77c4288b9c4dd
price() view returns (uint256)
0
saleEnabled() view returns (bool)
true
symbol() view returns (string)
TheRiseOfWomen
totalSupply() view returns (uint256)
736
Read-only
addressMint(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 amount)
approve(address to, uint256 tokenId)
mint(uint256 amount) payable
ownerBatchMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeMintPerWallet(uint256 freeMintPerWallet_)
setMaxFreeSupply(uint256 maxFreeSupply_)
setMaxPerTx(uint256 maxPerTx_)
setMaxPerWallet(uint256 maxPerWallet_)
setMaxSupply(uint256 maxSupply_)
setPrice(uint256 price_)
toggleSale()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()