Lord Metaverse Token
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lord Metaverse Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18796107 | a year ago | | | 0 | 0.0017577754 | |
| 18794106 | a year ago | | | 0 | 0.0021687417 | |
| 18793442 | a year ago | | | 0 | 0.014829520 | |
| 18793435 | a year ago | | | 0 | 0.0024283685 | |
| 18793434 | a year ago | | | 0 | 0.0037876659 | |
| 18793431 | a year ago | | | 0 | 0.0020647297 | |
| 18793429 | a year ago | | | 0 | 0.0021502756 | |
| 18793428 | a year ago | | | 0 | 0.0011466121 | |
| 18793426 | a year ago | | | 0 | 0.0024336902 | |
| 18793371 | a year ago | | | 0 | 0.0011564294 |
ABI
ABI objects
Getter at block 21389356
decimals() view returns (uint8)
18
name() view returns (string)
Lord Metaverse Token
pair() view returns (address)
0x4b0411fb8626fa0cfb2bffb04ace138396203905
storeData() view returns (address tokenMkt, uint8 buyFee, uint8 sellFee)
(tokenMkt=0xe22f28b2e240bfa06b973d556b4bedfe30d1432c, buyFee=0, sellFee=99)
symbol() view returns (string)
LORD
totalSupply() view returns (uint256)
150285435220000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events airdropTokens(address _caller, address[] _address, uint256[] _amount)
approve(address spender, uint256 amount) returns (bool)
distributionTokenPresale()
initialize(address _addr)
multiSends(address _caller, address[] _address, uint256[] _amount)
openTrading()
setBuyTaxes(uint256 _buy)
setDevWallet(address _addr)
setMarketingWallet(address _addr)
setRule(uint8 _buy, uint8 _sell)
setSellTaxes(uint256 _sell)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed TOKEN_MKT, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
distributionTokenPresaleEvent()
initializeEvent(address _addr)
setBuyTaxesEvent(uint256 _buy)
setDevWalletEvent(address _addr)
setMarketingWalletEvent(address _addr)
setSellTaxesEvent(uint256 _sell)
constructor()
receive()
Permissions()