PineapplesDayOut
Verified contract
Active on
Ethereum with 2,938 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PineapplesDayOut"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21402302 | 3 days ago | | | 0 | 0.00053189583 | |
| 21152649 | a month ago | | | 0 | 0.00056334280 | |
| 21037202 | 2 months ago | | | 0 | 0.00053512392 | |
| 20855060 | 3 months ago | | | 0 | 0.00044431126 | |
| 20765514 | 3 months ago | | | 0 | 0.00034149523 | |
| 20541014 | 4 months ago | | | 0 | 0.000074213636 | |
| 20447337 | 4 months ago | | | 0 | 0.00019399924 | |
| 20447153 | 4 months ago | | | 0 | 0.000068694902 | |
| 20209454 | 6 months ago | | | 0 | 0.00012360871 | |
| 20133576 | 6 months ago | | | 0 | 0.00069160874 |
ABI
ABI objects
Getter at block 21426123
_reserve() view returns (uint256)
0
baseURI() view returns (string)
getBaseURI() view returns (string)
https://nftstorage.link/ipfs/bafybeidxjxlcepp3pacaczlvcpoprhyhnnxxbo3ncru7balheqpcp4qs6m/
getPrice() view returns (uint256)
20000000000000000
name() view returns (string)
PineapplesDayOut
owner() view returns (address)
0xa0dcf4f2193d37bf7ad15860d824347f7b06a28f
price() view returns (uint256)
20000000000000000
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PDO
totalSupply() view returns (uint256)
5000
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
team(string) view returns (address)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdropPineapple(address _to, uint256 _numberOfTokens)
approve(address to, uint256 tokenId)
flipSaleState()
mintPineapple(uint256 _numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAddress(string _id, address _new)
withdraw()
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)
SalesFlipped(bool saleIsActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _t1, address _t2, address _t3, address _t4, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.