The Plague
Verified contract
Active on
Ethereum with 30,380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "The Plague"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111276 | 20 days ago | | | 0 | 0.00011613845 | |
| 21106235 | 21 days ago | | | 0 | 0.00010897650 | |
| 21030473 | a month ago | | | 0 | 0.00033457902 | |
| 21016571 | a month ago | | | 0 | 0.00021495102 | |
| 20993264 | a month ago | | | 0 | 0.00077901460 | |
| 20952186 | a month ago | | | 0 | 0.00023345640 | |
| 20949017 | a month ago | | | 0 | 0.00019824403 | |
| 20903967 | 2 months ago | | | 0 | 0.00010133232 | |
| 20851006 | 2 months ago | | | 0 | 0.00013281688 | |
| 20776583 | 2 months ago | | | 0 | 0.00028519562 |
ABI
ABI objects
Getter at block 21256801
maxPerWallet() view returns (uint256)
5
maximumSupply() view returns (uint256)
11000
mintPrice() view returns (uint256)
32000000000000000
mintRound() view returns (uint256)
3
mintableSupply() view returns (uint256)
11000
name() view returns (string)
The Plague
owner() view returns (address)
0xc79aa6d2cdb80b2b82ff308c5e8b24a60948d086
publicSale() view returns (bool)
false
symbol() view returns (string)
FROG
totalSupply() view returns (uint256)
11000
whitelistSale() view returns (bool)
false
Read-only
addressMintCount(uint256, address) view returns (uint256)
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)
tieredWhitelistMerkleRoot(uint256) view returns (bytes32)
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)
mintAdmin(address _recipient, uint256 _quantity)
mintPublic(uint256 _quantity) payable
mintWhitelist(uint256 _tier, uint256 _quantity, bytes32[] merkleProof) payable
reduceMaximumSupply(uint256 _supply)
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_)
setMaxPerWallet(uint256 _amount)
setMintPrice(uint256 _price)
setMintRound(uint256 _round)
setMintableSupply(uint256 _supply)
setPublicSale()
setWhitelistMerkleRoot(uint256 tier, bytes32 merkleRoot)
setWhitelistSale()
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.