Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22667720 | 3 days ago | | | 0 | 4.4516815e-7 | |
| 22531162 | 7 days ago | | | 0 | 2.1612064e-7 | |
| 22531155 | 7 days ago | | | 0 | 2.1612064e-7 | |
| 22531148 | 7 days ago | | | 0 | 8.4503695e-7 | |
| 21657396 | a month ago | | | 0 | 0.000000404698599616 | |
| 21413873 | a month ago | | | 0 | 1.8904080e-7 | |
| 21365680 | a month ago | | | 0 | 0.000000401625613728 | |
| 21325202 | a month ago | | | 0 | 2.1404258e-7 | |
| 21084085 | a month ago | | | 0 | 0.000000201714517068 | |
| 21084078 | a month ago | | | 0 | 0.000000201115784940 |
ABI
ABI objects
Getter at block 22814357
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
MINT_TYPEHASH() view returns (bytes32)
0x8e2adc80fc1d5da0bf917c616bb05d70756f04391b2d723c5f43394b88e8e421
contractURI() view returns (string)
https://apps-prod.unyx.tech/api/tomoji/metadata/ZXtqNCzgNVEd
decimals() view returns (uint8)
18
name() view returns (string)
OkayLetsGo
owner() view returns (address)
0x443709150c0d487813e0ca3018408c13a9816063
preSaleAmountLeft() view returns (uint256)
0
symbol() view returns (string)
OKAYLETSGO
totalSupply() view returns (uint256)
1000000000000000000000
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)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id_) view returns (address erc721Owner)
recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) view returns (bool)
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_)
mint(uint256 mintAmount_, uint8 v, bytes32 r, bytes32 s) payable returns (bool)
multiTransfer(address[] to_, uint256 value) returns (bool)
refundIfPresaleFailed(uint256 refundErc20Amount) returns (bool)
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setERC721TransferExempt(address[] exemptAddrs, bool state)
setSelfERC721TransferExempt(bool state_)
setTokenURI(string _tokenURI)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
DecimalsTooLow()
ExceedPresaleDeadline()
InsufficientAllowance()
InvaildParam()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
OnlyCallByFactoryOrManager()
OwnedIndexOverflow()
PermitDeadlineExpired()
PresaleNotFinshed()
QueueEmpty()
QueueFull()
ReachMaxPerMint()
RecipientIsERC721TransferExempt()
SendETHFailed()
SignatureInvalid()
SoldOut()
TradingNotEnable()
Unauthorized()
UnsafeRecipient()
X404SwapV3FactoryMismatch()
ZeroAddress()