Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOTR | ERC-20 | 61.183843M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21011821 | a month ago | | | 0 | 0.00016574708 | |
| 21011249 | a month ago | | | 0 | 0.00035488812 | |
| 20984432 | a month ago | | | 0 | 0.00098859639 | |
| 20978913 | a month ago | | | 0 | 0.00050385495 | |
| 20915790 | a month ago | | | 0 | 0.0014615728 | |
| 20915783 | a month ago | | | 0 | 0.0013751347 | |
| 20641244 | 3 months ago | | | 0 | 0.000070695369 | |
| 20597298 | 3 months ago | | | 0 | 0.000064912212 | |
| 20597272 | 3 months ago | | | 0 | 0.000061623066 | |
| 20458950 | 3 months ago | | | 0 | 0.0047570633 |
ABI
ABI objects
Getter at block 21208973
MINT_COMMAND() view returns (uint256)
100000000000000
REFUND_COMMAND() view returns (uint256)
200000000000000
START_COMMAND() view returns (uint256)
500000000000000
decimals() view returns (uint8)
18
name() view returns (string)
LOTR
started() view returns (bool)
true
symbol() view returns (string)
LOTR
totalDispatch() view returns (uint256)
9600000000000000000000000000
totalEthers() view returns (uint256)
43859985836522969930
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
untilBlockNumber() view returns (uint256)
19911496
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
fundBalanceOf(address) view returns (uint256)
mightGet(address account) view returns (uint256)
minted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
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)
FairMinted(address indexed to, uint256 amount, uint256 ethAmount)
FundEvent(address indexed from, uint256 amount)
LunchEvent(address indexed to, uint256 amount, uint256 ethAmount, uint256 liquidity)
RefundEvent(address indexed from, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply, address _uniswapRouter, address _uniswapFactory, string _name, string _symbol, uint256 _afterBlock, uint256 _reservedTokens, address _issuer)
receive()
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)
ReentrancyGuardReentrantCall()