Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($103.81)
Native
Value
$100.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031122 | $3,214.71 |
$100.05 | |
MATIC | ERC-20 | 9.971207 | $0.376476 |
$3.75 | |
USDC | ERC-20 | 0.01 | $0.999578 |
$0.01 | |
FIRN | ERC-20 | 0.002845 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132809 | 7 days ago | | | 0.003083 | 0.0022369835 | |
| 21083015 | 14 days ago | | | 0.001879 | 0.0010651586 | |
| 21082972 | 14 days ago | | | 0 | 0.0012866782 | |
| 21082932 | 14 days ago | | | 0 | 0.00089354522 | |
| 21082919 | 14 days ago | | | 0.007525 | 0.0011294730 | |
| 21082895 | 14 days ago | | | 0 | 0.00053400185 | |
| 21082883 | 14 days ago | | | 0.007514 | 0.0011727139 | |
| 20988221 | a month ago | | | 0.057562 | 0.0022913756 | |
| 20979750 | a month ago | | | 0.001144 | 0.0018241185 | |
| 20934780 | a month ago | | | 0.0005 | 0.0012568086 |
ABI
ABI objects
Getter at block 21184722 getAllDeposits() view returns (struct PeanutV4Deposit[])
ANYONE_WITHDRAWAL_MODE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x5af2fa9cf43c8d52f7941932f645f3033ac36380e41a610b1886adee3f26bc44
EIP712DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
GASLESS_RECLAIM_TYPEHASH() view returns (bytes32)
0x07627fa7bed07e8f6f08a646ac88d8aa5905c79bd48a02844697030b488dc0be
PEANUT_SALT() view returns (bytes32)
0x70adbbeba9d4f0c82e28dd574f15466f75df0543b65f24460fc445813b5d94e0
RECIPIENT_WITHDRAWAL_MODE() view returns (bytes32)
0x2bb5bef2b248d3edba501ad918c3ab524cce2aea54d4c914414e1c4401dc4ff4
ecoAddress() view returns (address)
0x8dbf9a4c99580fc7fd4024ee08f3994420035727
getDepositCount() view returns (uint256)
75
Read-only
deposits(uint256) view returns (address pubKey20, uint256 amount, address tokenAddress, uint8 contractType, bool claimed, uint40 timestamp, uint256 tokenId, address senderAddress)
getAllDepositsForAddress(address _address) view returns (struct PeanutV4Deposit[])
getDeposit(uint256 _index) view returns (struct PeanutV4Deposit)
getSigner(bytes32 messageHash, bytes signature) pure returns (address)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events makeDeposit(address _tokenAddress, uint8 _contractType, uint256 _amount, uint256 _tokenId, address _pubKey20) payable returns (uint256)
makeDepositWithAuthorization(address _tokenAddress, address _from, uint256 _amount, address _pubKey20, bytes32 _nonce, uint256 _validAfter, uint256 _validBefore, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256)
makeSelflessDeposit(address _tokenAddress, uint8 _contractType, uint256 _amount, uint256 _tokenId, address _pubKey20, address _onBehalfOf) payable returns (uint256)
onERC1155BatchReceived(address _operator, address _from, uint256[] _ids, uint256[] _values, bytes _data) returns (bytes4)
onERC1155Received(address _operator, address _from, uint256 _tokenId, uint256 _value, bytes _data) returns (bytes4)
onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) returns (bytes4)
withdrawDeposit(uint256 _index, address _recipientAddress, bytes _signature) returns (bool)
withdrawDepositAsRecipient(uint256 _index, address _recipientAddress, bytes _signature) returns (bool)
withdrawDepositSender(uint256 _index) returns (bool)
withdrawDepositSenderGasless(struct PeanutV4GaslessReclaim reclaim, address signer, bytes signature) returns (bool)
DepositEvent(uint256 indexed _index, uint8 indexed _contractType, uint256 _amount, address indexed _senderAddress)
MessageEvent(string message)
WithdrawEvent(uint256 indexed _index, uint8 indexed _contractType, uint256 _amount, address indexed _recipientAddress)
constructor(address _ecoAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.