DigiPenguinsV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
7 additional
variables
Balances ($0.00)
No balances found for "DigiPenguinsV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DigiPenguinsV2"
ABI
ABI objects
Getter at block 21229320
_mutationTokenIdTracker() view returns (uint256)
0
_publicMintedAmount() view returns (uint256)
0
freeMintStartTime() view returns (uint256)
0
isStopMint() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
publicMintEvolutionPrice() view returns (uint256)
30000000000000000
publicMintMutationPrice() view returns (uint256)
50000000000000000
publicMintStartTime() view returns (uint256)
0
reservedMintMutationPrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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 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()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.