EtherTulipsV2
Verified contract
Active on
Ethereum with 1,619 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 226 additional slots
Balances ($0.00)
No balances found for "EtherTulipsV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985970 | a month ago | | | 0 | 0.00091642368 | |
| 20622388 | 3 months ago | | | 0 | 0.000076510413 | |
| 20305596 | 4 months ago | | | 0 | 0.00015147156 | |
| 20260485 | 4 months ago | | | 0 | 0.00018807769 | |
| 20219329 | 5 months ago | | | 0 | 0.00036710859 | |
| 20170723 | 5 months ago | | | 0 | 0.00016496704 | |
| 19807123 | 6 months ago | | | 0 | 0.00010082695 | |
| 19762818 | 7 months ago | | | 0 | 0.00029578657 | |
| 19762818 | 7 months ago | | | 0 | 0.00031994311 | |
| 19762818 | 7 months ago | | | 0 | 0.00060710134 |
ABI
ABI objects
Getter at block 21226027
attributesAvailable() view returns (bool isAvailable)
true
bridgeAddress() view returns (address)
0x8d9ebd38442b681a253e5a1f7dc5721b269904bf
contractURI() pure returns (string)
https://tokens.ethertulips.com/meta/contract-meta.json
maxHiddenAttrBlocks() view returns (uint256)
19350
maxPurchaseAmount() view returns (uint256)
30
maxSupply() pure returns (uint256 max)
12345
mostRecentSaleBlock() view returns (uint256)
13149332
name() view returns (string)
EtherTulips
numReserved() view returns (uint16)
24
owner() view returns (address)
0xd7bbe9363b3942fa556c8d7918429638d233d11b
price() view returns (uint256)
150000000000000000
price1() view returns (uint256)
75000000000000000
price2() view returns (uint256)
150000000000000000
salesOpen() view returns (bool isOpen)
true
salesStarted() view returns (bool isStarted)
true
startSalesBlock() view returns (uint256)
13129984
symbol() view returns (string)
TULIP
totalSupply() view returns (uint256 supply)
10036
v1Supply() view returns (uint256)
7251
v2MaxSupply() view returns (uint256)
5094
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint16 _numTokens) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
startSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance(uint256 _amount)
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)
SalesStart()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _bridgeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.