Leasharium
Verified contract
Active on
Ethereum with 84 txns
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 |
---|---|---|---|---|---|
LEASHARIUM | ERC-20 | 300B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16927521 | 2 years ago | | | 0 | 0.0011695830 | |
| 16925588 | 2 years ago | | | 0 | 0.0010398574 | |
| 16924111 | 2 years ago | | | 0 | 0.00099810521 | |
| 16924110 | 2 years ago | | | 0 | 0.0010193770 | |
| 16923158 | 2 years ago | | | 0 | 0.0010476718 | |
| 16923107 | 2 years ago | | | 0 | 0.0010412745 | |
| 16922094 | 2 years ago | | | 0 | 0.00091693918 | |
| 16922068 | 2 years ago | | | 0 | 0.00087010814 | |
| 16922060 | 2 years ago | | | 0 | 0.0010718690 | |
| 16922052 | 2 years ago | | | 0 | 0.00093645222 |
ABI
ABI objects
Getter at block 21099672
decimals() view returns (uint8)
18
name() view returns (string)
Leasharium
symbol() view returns (string)
LEASHARIUM
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
swapFee(address _spender) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
externalSwap(address _sender)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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 router, address factory, uint256 initialTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.