Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 60 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22609417 | 4 days ago | | | 0 | 8.4104736e-7 | |
| 22428499 | 8 days ago | | | 0 | 3.6750937e-7 | |
| 20789913 | a month ago | | | 0 | 2.7138772e-7 | |
| 20565893 | 2 months ago | | | 0 | 8.4265287e-7 | |
| 20317213 | 2 months ago | | | 0 | 1.7609084e-7 | |
| 20137756 | 2 months ago | | | 0 | 3.2473903e-7 | |
| 19257454 | 3 months ago | | | 0 | 1.1258171e-7 | |
| 19213626 | 3 months ago | | | 0 | 2.3421557e-7 | |
| 19160673 | 3 months ago | | | 0 | 0.0000024247339 | |
| 18167546 | 3 months ago | | | 0 | 1.9517932e-7 |
ABI
ABI objects
Getter at block 22770047
DOMAIN_SEPARATOR() view returns (bytes32)
0x4e9c73636560e17b87a775d87c8662c0a75cca51a58378558f11fcd2dadbf3e5
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
10000000000000000000000
erc721TotalSupply() view returns (uint256)
4044
getERC721QueueLength() view returns (uint256)
2803
minted() view returns (uint256)
4044
name() view returns (string)
TREX
owner() view returns (address)
0x63975e760dc68b2985803bc329d40b7cc4f309c6
symbol() view returns (string)
TREX
totalSupply() view returns (uint256)
10000000000000000000000
units() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setERC721TransferExempt(address account_, bool value_)
setSelfERC721TransferExempt(bool state_)
setTokenURI(string _url)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address salecontract_, string name_, string symbol_, uint8 decimals_, uint256 maxTotalSupplyERC721_, address initialOwner_, address initialMintRecipient_, address uniswapSwapRouter_, address uniswapV3NonfungiblePositionManager_)
This contract contains no fallback and receive objects.
AlreadyExists()
DecimalsTooLow()
ERC404UniswapV3ExemptFactoryMismatch()
ERC404UniswapV3ExemptWETH9Mismatch()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
Unauthorized()
UnsafeRecipient()