SquirrelStash
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2 | $0.998005 |
$2 | |
NUTS | ERC-20 | 100 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11667607 | 4 years ago | | | 0 | 0.0039466407 | |
| 11667604 | 4 years ago | | | 0 | 0.0055724298 | |
| 11648005 | 4 years ago | | | 0 | 0.0045510450 | |
| 11647994 | 4 years ago | | | 0 | 0.034392913 | |
| 11647826 | 4 years ago | | | 0.01 | 0.0012857544 | |
| 11647676 | 4 years ago | | | 0 | 0.0039188898 | |
| 11627934 | 4 years ago | | | 0 | 0.066068717 | |
| 11627927 | 4 years ago | | | 0 | 0.054444497 | |
| 11622509 | 4 years ago | | | 0 | 0.0039188898 | |
| 11602798 | 4 years ago | | | 0 | 0.086851709 |
ABI
ABI objects
Getter at block 21312337
ACTION_ADD_PLUGIN() view returns (uint8)
8
ACTION_ADD_RECIPIENT() view returns (uint8)
5
ACTION_EDIT_ADMIN() view returns (uint8)
2
ACTION_EDIT_DELAY() view returns (uint8)
6
ACTION_EDIT_LIMIT() view returns (uint8)
7
ACTION_EDIT_PASSWORD() view returns (uint8)
1
ACTION_WITHDRAW_ETH() view returns (uint8)
4
ACTION_WITHDRAW_TOKEN() view returns (uint8)
3
DELAY_TIMER() view returns (uint256)
86400
STASH_VERSION() view returns (uint128)
2
STATE_CANCELLED() view returns (uint8)
2
STATE_COMPLETED() view returns (uint8)
1
STATE_PENDING() view returns (uint8)
0
adminsLength() view returns (uint256)
1
historyLength() view returns (uint256)
5
whitelistLength() view returns (uint256)
0
Read-only
adminAddresses(address) view returns (uint256)
admins(uint256) view returns (address)
hashed(address recipient) view returns (bool)
history(uint256) view returns (address recipient, address token, uint8 action, uint8 state, uint128 amount, uint48 epoch, uint48 eta, bool ethApproved, bool tokenApproved)
whiteListedPlugins(address) view returns (bool)
whitelist(uint256) view returns (address)
whitelistedAddress(address) view returns (uint128 index, bool ethApproved, bool tokenApproved)
State-modifying
Events editAdmin(address candidate, bool isAdmin)
editDelay(uint128 newDelay)
editPassword(address candidate, bytes32 hash)
editWithdrawLimit(address candidate, address token, uint128 limit)
pluginEth(uint256 amount)
pluginToken(address token, uint256 amount)
triggerAdminRemoval(uint256 index, bool cancel)
triggerDelayUpdate(uint256 index, bool cancel)
triggerLimitUpdate(uint256 index, bool cancel)
triggerPasswordUpdate(uint256 index, bool cancel)
triggerPluginApproval(uint256 index, bool cancel)
triggerWhiteListApproval(uint256 index, bool cancel)
whitelistAddress(address candidate, bool tokenApproved, bool ethApproved)
whitelistPlugin(address candidateFactory)
withdrawEth(address recipient, uint256 amount)
withdrawEth(address recipient, uint256 amount, string password)
withdrawToken(address recipient, address token, uint256 amount)
withdrawToken(address recipient, address token, uint256 amount, string password)
This contract contains no event objects.
constructor(address squirrel)
fallback()
This contract contains no error objects.