EtherTulip
Verified contract
Active on
Ethereum with 459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#704) | MAODAO-RPC | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19742487 | 7 months ago | | | 0 | 0.00042009467 | |
| 18970350 | 10 months ago | | | 0 | 0.0010543685 | |
| 18821302 | a year ago | | | 0 | 0.0025936314 | |
| 18782012 | a year ago | | | 0 | 0.0020013274 | |
| 18285623 | a year ago | | | 0 | 0.00029721600 | |
| 18105779 | a year ago | | | 0 | 0.00056852165 | |
| 17772484 | a year ago | | | 0 | 0.0014288318 | |
| 17427144 | a year ago | | | 0 | 0.00092958002 | |
| 17090611 | 2 years ago | | | 0 | 0.0012078893 | |
| 16729687 | 2 years ago | | | 0 | 0.0012198473 |
ABI
ABI objects
Getter at block 21228345
feeRecipient() view returns (address)
0xe69cf6b2f44e67a7bea652a6f73e72bb163d3d69
latestNewTulipForSale() view returns (uint256)
100
name() view returns (string)
EtherTulip
symbol() view returns (string)
🌷
Read-only
balanceOf(address owner) view returns (uint256)
currentPrice(uint256 tulipNumber) view returns (uint256 price)
getApproved(uint256 tokenId) view returns (address)
getTulipInfo(uint256 tulipNumber) view returns (address owner, uint256 listingTime, uint256 price, uint256 timesSold)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tulips(uint256) view returns (uint256 listingTime, uint256 price, uint256 timesSold)
State-modifying
Events approve(address to, uint256 tokenId)
buyTulip(uint256 tulipNumber) payable
dontSellTulip(uint256 tulipNumber)
giftTulip(uint256 tulipNumber, address receiver)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sellTulip(uint256 tulipNumber, uint256 price)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TulipForSale(uint256 tulipNumber, address owner, uint256 price)
TulipNotForSale(uint256 tulipNumber, address owner)
TulipSold(uint256 tulipNumber, address buyer, uint256 price)
constructor(address _feeRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.