Pieland
Verified contract
Proxy
Active on
Ethereum with 5,730 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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "Pieland"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21382673 | 16 minutes ago | | | 0 | 0.0015205912 | |
| 21358089 | 3 days ago | | | 0 | 0.00064287890 | |
| 21346344 | 5 days ago | | | 0 | 0.00075639107 | |
| 21346340 | 5 days ago | | | 0 | 0.0010819333 | |
| 21334859 | 7 days ago | | | 0 | 0.00081670316 | |
| 21329249 | 7 days ago | | | 0 | 0.0010745439 | |
| 20986156 | 2 months ago | | | 0 | 0.0012289783 | |
| 20985995 | 2 months ago | | | 0 | 0.0011932579 | |
| 20942517 | 2 months ago | | | 0 | 0.0014395706 | |
| 20911428 | 2 months ago | | | 0 | 0.00065740176 |
ABI
ABI objects
Getter at block 21382749
MAX_PER_TX() view returns (uint256)
30
MAX_PRE_SALE() view returns (uint256)
0
MAX_TOTAL_PER_WALLET() view returns (uint256)
0
MAX_TOTAL_SUPPLY() view returns (uint256)
8314
MINT_PRICE() view returns (uint256)
88000000000000000
contractType() view returns (string)
WithPreSaleBasedOnWhitelist
mainSaleOngoing() view returns (bool)
true
name() view returns (string)
Pieland
numMintedInPreSale() view returns (uint256)
842
owner() view returns (address)
0xd7a103ed7aca8673d275cd044d22afc8b6eb8e6b
preSaleOngoing() view returns (bool)
false
symbol() view returns (string)
PIELAND
totalSupply() view returns (uint256)
8314
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
mainSaleMintedAmounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
preSaleMintedAmounts(address) view returns (uint256)
preSaleWhitelist(address) view returns (bool)
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
addAddressesToWhitelist(address[] whitelisted)
approve(address to, uint256 tokenId)
flipMainSaleState()
flipPreSaleState()
init(string name, string symbol, string bURI, uint256 maxTotalSupply, uint256 maxPerTx, uint256 maxPerWallet, uint256 mintPrice)
init(string name, string symbol, string bURI, uint256 maxTotalSupply, uint256 maxPerTx, uint256 maxPerWallet, uint256 mintPrice, uint256 maxPreSaleSupply)
initialize()
mint(uint256 numberOfTokens) payable
mintPreOrder(address _to, uint256 numberOfTokens)
mintPreSale(uint256 numberOfTokens) payable
removeAddressesFromWhitelist(address[] whitelisted)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _u)
setMaxPerTx(uint256 _p)
setMaxPerWallet(uint256 _p)
setMaxPreSaleSupply(uint256 _supply)
setMaxSupply(uint256 _s)
setMintPrice(uint256 _p)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Mint(address indexed to, uint256 numberOfTokens, uint256 value, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.