Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FAR | ERC-20 | 767.739728K | $0.00002 |
$15.12 | |
USA | ERC-20 | 1 | $0.00177 |
$0 | |
FDOG | ERC-20 | 4.165K | -- | -- | |
OHNO | ERC-20 | 12 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21716397 | a day ago | | | 0 | 3.9417103e-7 | |
| 21678821 | 2 days ago | | | 0 | 2.6562446e-7 | |
| 21635286 | 3 days ago | | | 0 | 2.6627866e-7 | |
| 21616453 | 3 days ago | | | 0 | 1.1234120e-7 | |
| 21613773 | 3 days ago | | | 0 | 0.000000107456800000 | |
| 21605724 | 4 days ago | | | 0 | 1.7322217e-7 | |
| 21605717 | 4 days ago | | | 0 | 0.000000304293139656 | |
| 21604146 | 4 days ago | | | 0 | 1.2404660e-7 | |
| 21604065 | 4 days ago | | | 0 | 1.2435211e-7 | |
| 21604046 | 4 days ago | | | 0 | 1.2435211e-7 |
ABI
ABI objects
Getter at block 21761681
amountPerMint() view returns (uint256)
100000000000000000000000
decimals() view returns (uint8)
18
factory() view returns (address)
0x0ed674dbbde9cdb28ec4b8322e4d75ce7592bc19
getDynamicInfo() view returns (bool, uint256)
(true, 1000000000000000000000000000)
getMetadata() view returns (string, string, uint8)
(FarLaunch, FAR, 18)
getStaticInfo() view returns (uint256, uint256, uint256)
(100000000000000000000000, 10000, 1706890800)
launched() view returns (bool)
true
maxAllowedMints() view returns (uint256)
3
mintStartTime() view returns (uint256)
1706890800
mintableCount() view returns (uint256)
10000
name() view returns (string)
FarLaunch
symbol() view returns (string)
FAR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintableOf(address account) view returns (uint256)
signers(address) view returns (bool)
usedNonces(bytes32) view returns (bool)
userTotalMints(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mint(uint256 nonce, address receiver, bytes signature)
setMaxAllowedMints(uint256 newMaxAllowedMints)
setSigner(address signer, bool valid)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 amountPerMint_, uint256 mintableCount_, uint256 maxAllowedMints_, uint256 mintStartTime_, address factory_)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20AlreadyLaunched()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC20NotLaunched()
InvalidSigner()
MaxMintsReached()
MintNotStarted()
NonceAlreadyUsed()
NotFactory()