MechaPenguins
Verified contract
Proxy
Active on
Ethereum with 6,389 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99999 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "MechaPenguins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203031 | a day ago | | | 0 | 0.00059407054 | |
| 21202098 | a day ago | | | 0 | 0.00069987748 | |
| 21148744 | 9 days ago | | | 0 | 0.00079585089 | |
| 21101382 | 15 days ago | | | 0 | 0.00034546860 | |
| 21056234 | 21 days ago | | | 0 | 0.00040969960 | |
| 21053799 | 22 days ago | | | 0 | 0.00024277357 | |
| 21026863 | a month ago | | | 0 | 0.00021956222 | |
| 21024748 | a month ago | | | 0 | 0.00041598588 | |
| 21010124 | a month ago | | | 0 | 0.00038277722 | |
| 20988192 | a month ago | | | 0 | 0.00094964207 |
ABI
ABI objects
Getter at block 21209975
MAX_PURCHASE_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
13332
implementation() view returns (address)
0x43955024b1985e2b933a59021500ae5f55b04091
mintPrice() view returns (uint256)
50000000000000000
openClaim() view returns (bool)
true
reserveTokenId() view returns (uint256)
13332
sale() view returns (bool)
true
__owner() view returns (address)
0xb5102d8abe09650e5f18248b18c09c27df1765b6
advancedConfig() view returns (uint16 royaltyBps, string uriBase, string uriExtension, bool hasTransferHook)
(royaltyBps=300, uriBase=https://mechapenguins.com/api/penguins/, uriExtension=, hasTransferHook=false)
deployedBlock() view returns (uint256)
13650723
name() view returns (string)
MechaPenguins
owner() view returns (address)
0xb5102d8abe09650e5f18248b18c09c27df1765b6
symbol() view returns (string)
MPG
totalSupply() view returns (uint256)
7405
Read-only
allowedContracts(address) view returns (bool)
seen(uint256) view returns (bool)
__exists(uint256 tokenId) view returns (bool)
__isApprovedForAll(address _owner, address operator) view returns (bool)
__isApprovedOrOwner(address spender, uint256 tokenId) view returns (bool)
__tokenURI(uint256 tokenId) view returns (string)
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, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowedContracts(address[] contractAddresses)
claimPenguins(uint256[] nftTokenIds, address[] contractAddresses)
mint(uint256 amount) payable
removeFromAllowedContracts(address[] contractAddresses)
setBaseURI(string newUri)
setClaim(bool shouldClaim)
setPrice(uint256 price)
setSale(bool shouldSale)
setSupply(uint256 supply)
withdraw()
__burn(uint256 tokenId)
__mint(address to, uint256 tokenId)
__setBaseURI(string uriBase, string uriExtension)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address newOwner, string _name, string _symbol, struct ConfigSettings settings)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address baseFactory)
fallback()
receive()
This contract contains no error objects.