Terraform Automata
Verified contract
Active on
Ethereum with 661 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($66.14)
Native
Value
$66.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,307.16 |
$66.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19291933 | 9 months ago | | | 0.01 | 0.0022813068 | |
| 19117055 | 10 months ago | | | 0 | 0.00051397884 | |
| 18802637 | a year ago | | | 0 | 0.00084710353 | |
| 18443290 | a year ago | | | 0 | 0.00089777035 | |
| 18203004 | a year ago | | | 0 | 0.00031883069 | |
| 17985631 | a year ago | | | 0 | 0.0014772843 | |
| 17640358 | a year ago | | | 0 | 0.00062214441 | |
| 17567098 | a year ago | | | 0.01 | 0.00099595698 | |
| 17139118 | 2 years ago | | | 0 | 0.0012184206 | |
| 16894189 | 2 years ago | | | 0 | 0.00066118906 |
ABI
ABI objects
Getter at block 21246213
EthFS() view returns (address)
0x9746fd0a77829e12f8a9dbe70d7a322412325b91
fileStoreAddress() view returns (address)
0xbc66c61bcf49cc3fe4e321aecea307f61ec57c0b
name() view returns (string)
Terraform Automata
owner() view returns (address)
0x662733469255a9dbc752e1d8afdb78fcdea9dd1f
previewURL() view returns (string)
https://www.terraformexplorer.xyz/api/token-svg/
symbol() view returns (string)
TA
terraformsAddress() view returns (address)
0x4e1f41613c9084fdb9e34e11fae9412427480e56
terraformsCharsAddress() view returns (address)
0xc9e417b7e67e387026161e50875d512f29630d7b
terraformsDataAddress() view returns (address)
0xa5afc9fe76a28fb12c60954ed6e2e5f8cef64ff2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getScript(uint256 _tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
scripts(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenHTML(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address holder, 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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePreview(string newPreviewURL) returns (string)
updateScript(uint256[] tokenIds, string _script)
withdraw(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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _terraformsAddress, address _terraformsDataAddress, address _terraformsCharsAddress, address _fileStoreAddress, address _ethFS, string _previewURL)
This contract contains no fallback and receive objects.
This contract contains no error objects.