xLeash Staked Leash
Verified contract
Active on
Ethereum with 104,534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEASH | ERC-20 | 12.066478K | $287.80 |
$3,472,732.34 | |
BNB | ERC-20 | 0.008 | $624.60 |
$5 | |
APU | ERC-20 | 1 | $0.001032 |
$0 | |
TKX | ERC-20 | 0.000056 | $11.55 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
Tesla | ERC-20 | 454.942506M | -- | -- | |
xLEASH | ERC-20 | 7.235699 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242395 | an hour ago | | | 0 | 0.00028359347 | |
| 21241489 | 5 hours ago | | | 0 | 0.00033758413 | |
| 21241488 | 5 hours ago | | | 0 | 0.00071995967 | |
| 21240519 | 8 hours ago | | | 0 | 0.00069371470 | |
| 21239749 | 10 hours ago | | | 0 | 0.00050952016 | |
| 21239665 | 11 hours ago | | | 0 | 0.00087200216 | |
| 21237110 | 19 hours ago | | | 0 | 0.0017991982 | |
| 21233315 | a day ago | | | 0 | 0.00078937226 | |
| 21233265 | a day ago | | | 0 | 0.00064956590 | |
| 21231483 | 2 days ago | | | 0 | 0.0011801822 |
ABI
ABI objects
Getter at block 21242837
LEASH() view returns (address)
0x27c70cd1946795b66be9d954418546998b546634
decimals() view returns (uint8)
18
name() view returns (string)
xLeash Staked Leash
symbol() view returns (string)
xLEASH
totalSupply() view returns (uint256)
12000840146846841295325
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _LEASH)
This contract contains no fallback and receive objects.
This contract contains no error objects.