Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe2fb…c7cf
Balances ($0.00)
No balances found for "LOTUS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247128 | 3 hours ago | | | 0 | 0.00054464139 | |
| 21247114 | 3 hours ago | | | 0 | 0.00062649780 | |
| 21246854 | 4 hours ago | | | 0 | 0.00068581550 | |
| 21246807 | 4 hours ago | | | 0 | 0.00064880658 | |
| 21246753 | 4 hours ago | | | 0 | 0.00076070915 | |
| 21246717 | 4 hours ago | | | 0 | 0.00074843703 | |
| 21245985 | 7 hours ago | | | 0 | 0.00096741900 | |
| 21245923 | 7 hours ago | | | 0 | 0.00069646500 | |
| 21245807 | 7 hours ago | | | 0 | 0.0010168230 | |
| 21245803 | 7 hours ago | | | 0 | 0.00091930711 |
ABI
ABI objects
Getter at block 21247965
buyAndBurn() view returns (address)
0xfa7fb02ef0e934c6c2106617ebbbd0b7a01f57d5
decimals() view returns (uint8)
18
mining() view returns (address)
0xc0eb4042267ab672d2362d05e628cfc47a07b06e
name() view returns (string)
LOTUS
owner() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x15a1902069499fa225ca9bb3b5fdedf7d331e939
staking() view returns (address)
0xe2fb977affe038189766b35e4321e328769ac7cf
symbol() view returns (string)
LOTUS
totalSupply() view returns (uint256)
58585007944343249747263099
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
emitLotus(address _receiver, uint256 _amount)
renounceOwnership()
setBnB(address _bnb)
setMining(address _mining)
setStaking(address _staking)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _v3PositionManager, address _titanX, address _volt, address _v3Quoter)
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)
Lotus__OnlyMining()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)