Terraflows
Verified contract
Active on
Ethereum with 970 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e1f…0e56
Balances ($22,475.38)
Native
Value
$22,475.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.2 | $3,121.58 |
$22,475.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20598327 | 3 months ago | | | 0 | 0.000024459210 | |
| 19689196 | 7 months ago | | | 0 | 0.00029355487 | |
| 19464436 | 8 months ago | | | 0 | 0.0016260736 | |
| 19431212 | 8 months ago | | | 0 | 0.0020337688 | |
| 19238091 | 9 months ago | | | 0 | 0.00097712955 | |
| 18988985 | 10 months ago | | | 0 | 0.00082324742 | |
| 18802643 | a year ago | | | 0 | 0.00087898350 | |
| 18802636 | a year ago | | | 0 | 0.00086311345 | |
| 18203043 | a year ago | | | 0 | 0.00030541734 | |
| 18179337 | a year ago | | | 0 | 0.00093464492 |
ABI
ABI objects
Getter at block 21229725
DEPLOY_TIMESTAMP() view returns (uint256)
1676730935
NONTERRAFORM_OWNER_PRICE() view returns (uint256)
50000000000000000
TERRAFORM_OWNER_PRICE() view returns (uint256)
10000000000000000
name() view returns (string)
Terraflows
owner() view returns (address)
0x157a04f7b86a3af75531a332d5bf5d97a437164e
symbol() view returns (string)
terraflows
terraflowSVG() view returns (address)
0x173446f2888e723224a67ba6bbf820f6d1be056d
terraformsDataHelper() view returns (address)
0x7ba666e4fd74696aebbed960d8efc164af1134be
Read-only
balanceOf(address owner) view returns (uint256)
blend(uint256) view returns (uint8)
claimableBalance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUnmintedTerraflows(address holdingAddress) view returns (string unminted)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenHTML(uint256 tokenId, bool encoded) view returns (string)
tokenJS(uint256 tokenId) view returns (string)
tokenSVG(uint256 tokenId, bool encoded) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTerraflows(uint256[] tokenIds) payable
mintTerraflowsToHoldingAddress(uint256[] tokenIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBlend(uint256 tokenId, uint8 blendVal)
setTerraformsDataHelperAddr(address _address)
setTokenSVGAddr(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
withdrawBalance() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BlendUpdate(uint256 indexed _tokenId, uint8 _oldValue, uint8 _newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _terraflowSVG, address _terraformsDataHelper)
This contract contains no fallback and receive objects.
This contract contains no error objects.