XLOV TOKEN
Verified contract
Active on
Ethereum with 2,486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 0.17 | $1.001 |
$0.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8956181 | 5 years ago | | | 0 | 0.00018490500 | |
| 8956155 | 5 years ago | | | 0 | 0.00018490500 | |
| 8956065 | 5 years ago | | | 0 | 0.00018490500 | |
| 8956065 | 5 years ago | | | 0 | 0.00018490500 | |
| 8956063 | 5 years ago | | | 0 | 0.00018490500 | |
| 8956048 | 5 years ago | | | 0 | 0.00018490500 | |
| 8956031 | 5 years ago | | | 0 | 0.00011094300 | |
| 8956031 | 5 years ago | | | 0 | 0.00011094300 | |
| 8956021 | 5 years ago | | | 0 | 0.00011094300 | |
| 8956021 | 5 years ago | | | 0 | 0.000066565800 |
ABI
ABI objects
Getter at block 21312119
decimals() view returns (uint8)
18
getRate() view returns (uint256)
1000000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
XLOV TOKEN
owner() view returns (address)
0x51a5b715205062cb0c873ef5dd19c5ae0be43ebf
symbol() view returns (string)
XLOV
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
gettokenAmount(uint256 usdtamount) view returns (uint256 amount)
getusdtAmount(uint256 tokenamount) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBeneficiary(address beneficiary)
setRate(uint256 rate)
totoken(uint256 usdtamount) returns (bool)
tousdt(uint256 tokenamount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.