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 "Base Lend"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12117646 | 7 months ago | | | 0 | 0.0000055185970 | |
| 10501818 | 9 months ago | | | 0 | 0.000000001233803708 | |
| 9742868 | 9 months ago | | | 0 | 0.000000000553928921 | |
| 2603486 | a year ago | | | 0 | 0.000018670750 | |
| 2351640 | a year ago | | | 0 | 0.000069514503 | |
| 2259606 | a year ago | | | 0 | 0.000036466502 | |
| 2221185 | a year ago | | | 0 | 0.0000031830458 | |
| 2182536 | a year ago | | | 0 | 0.0000058510000 | |
| 2182525 | a year ago | | | 0 | 0.000044062502 | |
| 2182410 | a year ago | | | 0 | 0.000043882502 |
ABI
ABI objects
Getter at block 22003281
decimals() view returns (uint8)
18
name() view returns (string)
Base Lend
owner() view returns (address)
0x240800f6c07b20f0e1249d78d80f405f336bc607
symbol() view returns (string)
BLEND
totalSupply() view returns (uint256)
20000000000000000000000000999999999999999999999999998
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.