UwU Lend
Verified contract
Active on
Ethereum with 3,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "UwU Lend"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213243 | an hour ago | | | 0 | 0.00042707444 | |
| 21209509 | 14 hours ago | | | 0 | 0.00059073298 | |
| 21206874 | a day ago | | | 0 | 0.00043288328 | |
| 21206863 | a day ago | | | 0 | 0.00043240885 | |
| 21203860 | a day ago | | | 0 | 0.00051914939 | |
| 21200440 | 2 days ago | | | 0 | 0.00037597764 | |
| 21199938 | 2 days ago | | | 0 | 0.00061017308 | |
| 21191034 | 3 days ago | | | 0 | 0.00069438045 | |
| 21188486 | 4 days ago | | | 0 | 0.00075017503 | |
| 21184440 | 4 days ago | | | 0 | 0.0015965801 |
ABI
ABI objects
Getter at block 21213645
DOMAIN_SEPARATOR() view returns (bytes32)
0x61c067aca3facbfcec2b9ba619c0bbc88261b073a95ee061f0368f5814382aee
MAX_SUPPLY() view returns (uint256)
16000000000000000000000000
decimals() view returns (uint8)
18
getBurners() view returns (address[])
[]
getMinters() view returns (address[])
[]
name() view returns (string)
UwU Lend
owner() view returns (address)
0x5dd596c901987a2b28c38a9c1dfbf86fffc15d77
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
UwU
totalSupply() view returns (uint256)
16000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events addBurner(address who)
addMinter(address who)
approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
claimOwnership()
mint(address to, uint256 amount)
permit(address owner_, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeBurner(address who)
removeMinter(address who)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner, bool direct, bool renounce)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.