Waifu Potions
Verified contract
Active on
Ethereum with 742 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,985.32)
Native
Value
$1,985.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,308.87 |
$1,985.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20628542 | 3 months ago | | | 0 | 0.00018850740 | |
| 20628474 | 3 months ago | | | 0 | 0.00018861291 | |
| 20563123 | 3 months ago | | | 0 | 0.00013076261 | |
| 19721201 | 7 months ago | | | 0 | 0.00035726862 | |
| 19176493 | 10 months ago | | | 0 | 0.0019151501 | |
| 19167685 | 10 months ago | | | 0 | 0.0058581935 | |
| 19104401 | 10 months ago | | | 0 | 0.0010611684 | |
| 19104399 | 10 months ago | | | 0 | 0.0010900962 | |
| 18913451 | a year ago | | | 0 | 0.00037933267 | |
| 18849224 | a year ago | | | 0 | 0.0011713181 |
ABI
ABI objects
Getter at block 21259259
contractURI() view returns (string)
mintIsActiveClaim() view returns (bool)
true
mintIsActivePublic() view returns (bool)
true
minterAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Waifu Potions
owner() view returns (address)
0xdaa83b5a58e7fc65e6bd1404efee80015635f7bb
symbol() view returns (string)
WP
totalReleased() view returns (uint256)
810000000000000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkClaimed(address wallet) view returns (bool[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
potions(uint256) view returns (uint256 tokenPrice, uint256 maxTokensPerTxn, uint256 numMintedPublic, uint256 maxTokensPublic, bytes32 merkleRoot)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addPotion(bytes32 _merkleRoot, uint256 _tokenPrice, uint256 _maxTokensPublic, uint256 _maxTokensPerTxn)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claim(uint256 potionId, uint256 amount, bytes32[] merkleProof)
editPotion(uint256 _potionId, bytes32 _merkleRoot, uint256 _tokenPrice, uint256 _maxTokensPublic, uint256 _maxTokensPerTxn)
flipMintStateClaim()
flipMintStatePublic()
mint(uint256 potionId, uint256 amount) payable
mintBatch(uint256[] ids, uint256[] amounts)
mintReserve(uint256 tokenId, uint256 amount)
mintToWallet(address toWallet, uint256 tokenId, uint256 amount)
release(address account)
release(address token, address account)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newContractURI)
setMinterAddress(address minter)
setURI(string baseURI)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address[] _payees, uint256[] _shares)
receive()
This contract contains no error objects.