PielandUpgradeable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd80619ca at 14163110
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
7 additional variables

No balances found for "PielandUpgradeable"

No transactions found for "PielandUpgradeable"


Functions
Getter at block 21384317
MAX_PER_TX(view returns (uint256)
0
MAX_PRE_SALE(view returns (uint256)
0
MAX_TOTAL_PER_WALLET(view returns (uint256)
0
MAX_TOTAL_SUPPLY(view returns (uint256)
0
MINT_PRICE(view returns (uint256)
0
contractType(view returns (string)
mainSaleOngoing(view returns (bool)
false
name(view returns (string)
numMintedInPreSale(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
preSaleOngoing(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getTokensOfOwner(address _ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
mainSaleMintedAmounts(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
preSaleMintedAmounts(addressview returns (uint256)
preSaleWhitelist(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addAddressesToWhitelist(address[] whitelisted
approve(address touint256 tokenId
flipMainSaleState(
flipPreSaleState(
init(string namestring symbolstring bURIuint256 maxTotalSupplyuint256 maxPerTxuint256 maxPerWalletuint256 mintPrice
init(string namestring symbolstring bURIuint256 maxTotalSupplyuint256 maxPerTxuint256 maxPerWalletuint256 mintPriceuint256 maxPreSaleSupply
initialize(
mint(uint256 numberOfTokenspayable 
mintPreOrder(address _touint256 numberOfTokens
mintPreSale(uint256 numberOfTokenspayable 
removeAddressesFromWhitelist(address[] whitelisted
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _u
setMaxPerTx(uint256 _p
setMaxPerWallet(uint256 _p
setMaxPreSaleSupply(uint256 _supply
setMaxSupply(uint256 _s
setMintPrice(uint256 _p
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Mint(address indexed touint256 numberOfTokensuint256 valueuint256 totalSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.