Walnut.Finance
Verified contract
Active on
Ethereum with 1,606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Walnut.Finance"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20597247 | 2 months ago | | | 0 | 0.000024822986 | |
| 20541421 | 3 months ago | | | 0 | 0.00010941217 | |
| 20165327 | 4 months ago | | | 0 | 0.00013930800 | |
| 20159011 | 4 months ago | | | 0 | 0.00012507191 | |
| 20159009 | 4 months ago | | | 0 | 0.00011279625 | |
| 20159008 | 4 months ago | | | 0 | 0.00012329588 | |
| 20159005 | 4 months ago | | | 0 | 0.00017457373 | |
| 20054054 | 5 months ago | | | 0 | 0.00021935193 | |
| 19787279 | 6 months ago | | | 0 | 0.00015301331 | |
| 18849764 | 10 months ago | | | 0 | 0.00069950403 |
ABI
ABI objects
Getter at block 21123365
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
18
name() view returns (string)
Walnut.Finance
symbol() view returns (string)
WTF
totalSupply() view returns (uint256)
87374655259706877980025
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.