Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x91a6…7c71
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LGTS | ERC-20 | 232.578072 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22419385 | 8 days ago | | | 0 | 1.8078325e-7 | |
| 22359866 | 10 days ago | | | 0 | 1.8099880e-7 | |
| 22358148 | 10 days ago | | | 0 | 1.7277615e-7 | |
| 22351466 | 10 days ago | | | 0 | 1.7400566e-7 | |
| 22337585 | 10 days ago | | | 0 | 1.7449900e-7 | |
| 22330420 | 10 days ago | | | 0 | 1.7119314e-7 | |
| 22330334 | 10 days ago | | | 0 | 1.7976176e-7 | |
| 22330304 | 10 days ago | | | 0 | 1.7976176e-7 | |
| 22330070 | 10 days ago | | | 0 | 1.7320287e-7 | |
| 22326269 | 10 days ago | | | 0 | 1.7448490e-7 |
ABI
ABI objects
Getter at block 22778564
USDC() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
bonding() view returns (address)
0x0441351d155fd3b64a5c355576f26f4a12acc706
buyFees() view returns (uint256)
5
decimals() view returns (uint8)
18
lp() view returns (address)
0xa9eab6a307043313feeb0aa769c166ce9258c8ea
manager() view returns (address)
0x91a6e1d4dbb3523bf3061ab9f1edf0527f0a7c71
name() view returns (string)
Legatus
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFees() view returns (uint256)
5
symbol() view returns (string)
LGTS
totalSupply() view returns (uint256)
31698273430292561772671445
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events adminWithdraw(address token)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
enableTrading()
excludeFromFees(address account, bool excluded)
mint(address to, uint256 amount) returns (bool)
renounceOwnership()
setBonding(address bonding_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address router_, address USDC_, address manager_, uint256 initialSupply_)
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)