Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "t3rm.dev"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17129575 | 2 years ago | | | 0 | 0.00078386464 | |
| 16281337 | 2 years ago | | | 0 | 0.00057754828 | |
| 15870487 | 2 years ago | | | 0 | 0.0010592673 | |
| 15849982 | 2 years ago | | | 0 | 0.00019404000 | |
| 15658725 | 2 years ago | | | 0 | 0.00021750240 | |
| 15658233 | 2 years ago | | | 0 | 0.00022225746 | |
| 15323914 | 2 years ago | | | 0 | 0.00078147571 | |
| 15020783 | 2 years ago | | | 0 | 0.0018245148 | |
| 15020783 | 2 years ago | | | 0 | 0.0018245148 | |
| 15020782 | 2 years ago | | | 0 | 0.0016267461 |
ABI
ABI objects
Getter at block 21265680
contractURI() view returns (string)
ipfs://Qmc5QuZJCyaRj3SECcDhfPdKVunbbCQL1f1XfY3k8KwgWv
launchBlock() view returns (uint256)
13142069
mintFee() view returns (uint256)
195041762646558553
mintFeeFloor() view returns (uint256)
10000000000000000
name() view returns (string)
t3rm.dev
owner() view returns (address)
0x3d3d3d7bbe26cce6c143a8d72503b211ba80b753
symbol() view returns (string)
t3rm
totalSupply() view returns (uint256)
112
Read-only
balanceOf(address owner) view returns (uint256)
code(string _package) view returns (string)
creator(uint256 _tokenId) view returns (address)
frozen(string _package) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
package(uint256 _tokenId) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
token(string _package) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminUpdateMintFee(uint256 __mintFee)
adminUpdateMintFeeFloor(uint256 __mintFeeFloor)
approve(address to, uint256 tokenId)
freeze(string _package)
mint(string _package, string _tokenURI) payable returns (uint256)
mintTo(address _receiver, string _package, string _tokenURI) payable returns (uint256)
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)
update(string _package, string _tokenURI)
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(string _name, string _symbol, string __contractURI, uint256 __mintFee, uint256 __mintFeeFloor, uint256 __updateFreq, uint256 __updatAmt, uint256 __launchBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.