Ether Tulips
Verified contract
Active on
Ethereum with 12,071 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 22 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GSE | ERC-20 | 94 | $0.000026 |
$0 | |
WZI | ERC-20 | 38.563K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
ETHT | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259029 | 6 days ago | | | 0 | 0.00027396035 | |
| 21259008 | 6 days ago | | | 0 | 0.00029190362 | |
| 21225440 | 10 days ago | | | 0 | 0.00049209132 | |
| 21224332 | 11 days ago | | | 0 | 0.00066560233 | |
| 21224308 | 11 days ago | | | 0 | 0.00063532009 | |
| 21224279 | 11 days ago | | | 0 | 0.00055976048 | |
| 21188509 | 16 days ago | | | 0 | 0.00091814583 | |
| 21135622 | 23 days ago | | | 0 | 0.00044376125 | |
| 21036646 | a month ago | | | 0 | 0.00064698665 | |
| 21036563 | a month ago | | | 0 | 0.00052016298 |
ABI
ABI objects
Getter at block 21299678
deprecated() view returns (bool)
false
implementsERC721() pure returns (bool)
true
increasePeriod() view returns (uint128)
6000
myTulips() view returns (uint256[])
[]
name() pure returns (string)
Ether Tulips
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd986be4e16a8d408856ba308ec4f96efaf08e13d
startBlock() view returns (uint128)
4950098
symbol() pure returns (string)
ETHT
totalSupply() view returns (uint256)
9839
underMaintenance() view returns (bool)
false
Read-only
admins(uint256) view returns (address)
balanceOf(address _owner) view returns (uint256 balance)
genToStartPrice(uint256) view returns (uint256)
getTulip(uint256 _id) view returns (uint256 genes, uint256 createTime, string name)
myTulipsBatched(uint256 _startIndex, uint16 _maxAmount) view returns (uint256[] tulipIds, uint256 amountRemaining)
nextPrice(uint16 _gen) view returns (uint256 futurePrice, uint128 blocksRemaining, uint128 changeBlock)
ownerOf(uint256 _tokenId) view returns (address owner)
price(uint16 _gen) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tulipToApproved(uint256) view returns (address)
tulipToOwner(uint256) view returns (address)
tulips(uint256) view returns (uint256 genes, uint256 createTime, bytes32 name)
State-modifying
Events addAdmin(address _adminAddress)
addGen(uint256 _startPrice)
approve(address _to, uint256 _tokenId)
buyTulip(bytes32 _name, uint16 _gen) payable returns (uint256 id)
buyTulips(uint32 _amount, uint16 _gen) payable returns (uint256 firstId)
renameTulip(uint256 _id, bytes32 _name)
setMaintenance(bool _underMaintenance)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
upgradeContract(address _newContractAddress)
withdrawBalance(uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ContractUpgrade(address newContract)
MaintenanceUpdate(bool maintenance)
Purchase(address indexed owner, uint256 unitPrice, uint32 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.