CryptoTulips
Verified contract
Active on
Ethereum with 189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6fd5…8350
Balances ($0.00)
No balances found for "CryptoTulips"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13059068 | 3 years ago | | | 0 | 0.0072929833 | |
| 13053078 | 3 years ago | | | 0 | 0.0039525420 | |
| 13041451 | 3 years ago | | | 0 | 0.0037137380 | |
| 13041351 | 3 years ago | | | 0 | 0.0052408379 | |
| 13041348 | 3 years ago | | | 0 | 0.0053642633 | |
| 13033591 | 3 years ago | | | 0 | 0.011686644 | |
| 13033587 | 3 years ago | | | 0 | 0.011010139 | |
| 13033586 | 3 years ago | | | 0 | 0.010160696 | |
| 13027777 | 3 years ago | | | 0 | 0.0046953990 | |
| 13027766 | 3 years ago | | | 0 | 0.0042064025 |
ABI
ABI objects
Getter at block 21161412
TOTAL_TULIP_SUPPLY() view returns (uint256)
100000
erc721Metadata() view returns (address)
0x0000000000000000000000000000000000000000
financialAccount() view returns (address)
0xcdee837d7713a65c4f4ffb9ab7c49dd6a4a82d53
getSaleAuctionAddress() view returns (address)
0x6fd570c64568a05b9cf3afcd7d31aa5e3c9b8350
initialSaleContract() view returns (address)
0x6fd570c64568a05b9cf3afcd7d31aa5e3c9b8350
name() view returns (string)
CryptoTulips
operationsAccount() view returns (address)
0xd0962bbe54cd02853e846856f99a1251dcf9a718
owner() view returns (address)
0xcdee837d7713a65c4f4ffb9ab7c49dd6a4a82d53
paused() view returns (bool)
false
symbol() view returns (string)
CT
totalSupply() view returns (uint256)
150
totalTulipCount() view returns (uint256)
151
Read-only
balanceOf(address _owner) view returns (uint256 count)
ownerOf(uint256 _tulipId) view returns (address owner)
tokenMetadata(uint256 _tulipId, string _preferredTransport) view returns (string infoUrl)
tulipIdToApproved(uint256) view returns (address)
tulipIdToApprovedTranserAddress(uint256) view returns (address)
tulipIdToOwner(uint256) view returns (address)
tulips(uint256) view returns (uint256 visualInfo, bytes32 visualHash)
State-modifying
Events approve(address _to, uint256 _tulipId)
createTulip(uint256 _visualInfo, bytes32 _visualHash) returns (uint256)
pause()
putOnAuction(uint256 _tulipId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
setMetadataAddress(address _contractAddress)
setSaleAuction(address _initialSaleContractAddress)
transfer(address _to, uint256 _tulipId)
transferFinancial(address newFinancial)
transferFrom(address _from, address _to, uint256 _tulipId)
transferOperations(address newOperations)
transferOwnership(address newOwner)
unpause()
Approval(address owner, address approved, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address from, address to, uint256 tokenId)
TulipCreation(uint256 tulipId, uint256 visualInfo)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.