Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNT | ERC-20 | 0.008248 | $0.674624 |
$0.01 | |
NUTS | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947451 | a month ago | | | 0 | 0.00019427308 | |
| 20499883 | 4 months ago | | | 0 | 0.000029587912 | |
| 20499877 | 4 months ago | | | 0 | 0.000028497431 | |
| 20499861 | 4 months ago | | | 0 | 0.000051045539 | |
| 20173211 | 5 months ago | | | 0 | 0.000048364730 | |
| 19851991 | 6 months ago | | | 0 | 0.000081253613 | |
| 19629717 | 7 months ago | | | 0 | 0.00043423200 | |
| 19457244 | 8 months ago | | | 0 | 0.00081041033 | |
| 19059010 | 10 months ago | | | 0 | 0.00057481706 | |
| 18793061 | a year ago | | | 0 | 0.0035205888 |
ABI
ABI objects
Getter at block 21271258
currentGovernance() view returns (address)
0xd6ac5a5073df67f82b6ec3c39c66e255ba5e67dd
decimals() view returns (uint8)
18
name() view returns (string)
Squirrel Finance
symbol() view returns (string)
NUTS
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
mint(uint256 amount, address recipient)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
updateGovernance(address newGovernance)
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.