DigiPenguins
Verified contract
Proxy
Active on
Ethereum with 354 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x39e2…1bde
11 additional
variables
Balances ($0.00)
No balances found for "DigiPenguins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20806542 | 2 months ago | | | 0 | 0.00085582094 | |
| 20806523 | 2 months ago | | | 0 | 0.00076064218 | |
| 20805511 | 2 months ago | | | 0 | 0.00097214953 | |
| 20804983 | 2 months ago | | | 0 | 0.00077419907 | |
| 20804374 | 2 months ago | | | 0 | 0.00076493841 | |
| 20703753 | 2 months ago | | | 0 | 0.000041264932 | |
| 20669075 | 3 months ago | | | 0 | 0.00022120990 | |
| 20648899 | 3 months ago | | | 0 | 0.000047268679 | |
| 19159651 | 9 months ago | | | 0 | 0.00044623470 | |
| 18854087 | a year ago | | | 0 | 0.0011619455 |
ABI
ABI objects
Getter at block 21227571
_mutationTokenIdTracker() view returns (uint256)
9091
_publicMintedAmount() view returns (uint256)
260
freeMintStartTime() view returns (uint256)
1664110800
isStopMint() view returns (bool)
true
name() view returns (string)
DigiPenguins
owner() view returns (address)
0x3dbf55dffc10ae14ee0467394ca00ad970793ab5
paused() view returns (bool)
false
publicMintEvolutionPrice() view returns (uint256)
30000000000000000
publicMintMutationPrice() view returns (uint256)
50000000000000000
publicMintStartTime() view returns (uint256)
1664290800
reservedMintMutationPrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
DPG
totalSupply() view returns (uint256)
356
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmountPerDay(uint256) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
fetchSaleFunds()
freeMint(uint256 tokenId) payable
initialize(string name, string symbol, string baseTokenURI, address matchingContract)
pause()
publicMint(uint16[] evolutionTokenIds, uint8 mutationTokenAmount) payable
renounceOwnership()
reservedMint(uint16[] evolutionTokenIds) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
startMint()
stopMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.