MAD PENGUINS
Verified contract
Active on
Ethereum with 60 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 "MAD PENGUINS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15956095 | 2 years ago | | | 0 | 0.00067796290 | |
| 15956092 | 2 years ago | | | 0 | 0.00084602620 | |
| 15956088 | 2 years ago | | | 0 | 0.00092683633 | |
| 15956083 | 2 years ago | | | 0 | 0.0011720269 | |
| 15956079 | 2 years ago | | | 0 | 0.0011851826 | |
| 15791276 | 2 years ago | | | 0 | 0.0012731542 | |
| 15767186 | 2 years ago | | | 0 | 0.00068039967 | |
| 15751337 | 2 years ago | | | 0 | 0.00076506296 | |
| 15751123 | 2 years ago | | | 0 | 0.00074562031 | |
| 15526351 | 2 years ago | | | 0 | 0.00038800741 |
ABI
ABI objects
Getter at block 21206420
_baseTokenURI() view returns (string)
ipfs://QmVgCCJ4oYQeezgGpBx57ke4bcVD91QXWvQZvVq2pQNY6S/
maxPerWallet() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x7d7b3aec879eb6228473b8c6a354ab62abaca46a1ffb57bd0adfa9f39f4fcaa8
name() view returns (string)
MAD PENGUINS
owner() view returns (address)
0x1031aee55878339ef70ad5d8068f31fb6bc50ed9
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
222
price() view returns (uint256)
3000000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
1222
symbol() view returns (string)
MAD PENGUINS
totalSupply() view returns (uint256)
40
Read-only
addressMintBalance(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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
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)
setMerkleRoot(bytes32 _merkleRoot)
setPerWalletMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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 _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()