UniLend Finance Token
Verified contract
Active on
Ethereum with 65,033 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,938.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UFT | ERC-20 | 29.387652K | $0.28423 |
$8,352.85 | |
BAND | ERC-20 | 440.225 | $1.33 |
$585.5 | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243622 | 8 hours ago | | | 0 | 0.0011379182 | |
| 21243535 | 8 hours ago | | | 0 | 0.00068922001 | |
| 21243522 | 8 hours ago | | | 0 | 0.00086197681 | |
| 21241996 | 13 hours ago | | | 0 | 0.00056687685 | |
| 21241444 | 15 hours ago | | | 0 | 0.00024441252 | |
| 21241442 | 15 hours ago | | | 0 | 0.00025631099 | |
| 21240876 | 17 hours ago | | | 0 | 0.00065151408 | |
| 21238640 | a day ago | | | 0 | 0.00078413534 | |
| 21236750 | a day ago | | | 0 | 0.0019922215 | |
| 21233831 | 2 days ago | | | 0 | 0.00058061335 |
ABI
ABI objects
Getter at block 21245898
DOMAIN_SEPARATOR() view returns (bytes32)
0xf6f32572ffb2468f8a596c275105b095b673364ba8addafb6bf0a39f910e64d1
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
UniLend Finance Token
owner() view returns (address)
0x6dc6456b093551eff2dc40002a0367258a8bac33
symbol() view returns (string)
UFT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
rescueTokens(address token, address destination, uint256 amount)
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(string name, string symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.