Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.20)
Native
Value
$14.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00429 | $3,290.58 |
$14.12 | |
USDC | ERC-20 | 2.08469 | $0.998777 |
$2.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187350 | a month ago | | | 0 | 6.6733588e-7 | |
| 21186933 | a month ago | | | 0 | 9.4977705e-7 | |
| 20884527 | a month ago | | | 0.0005 | 0.0000013993235 | |
| 16980404 | 4 months ago | | | 0.001 | 7.2770037e-7 | |
| 15371443 | 6 months ago | | | 0 | 6.8838871e-7 | |
| 15371412 | 6 months ago | | | 0.0005 | 0.0000014692176 | |
| 12976886 | 7 months ago | | | 0 | 0.0000021439740 | |
| 12675866 | 8 months ago | | | 0 | 1.3411613e-7 | |
| 12674481 | 8 months ago | | | 0.0015 | 3.5372142e-7 | |
| 12333344 | 8 months ago | | | 0 | 0.000018745243 |
ABI
ABI objects
Getter at block 22747307 getAllDeposits() view returns (struct PeanutV4Deposit[])
DOMAIN_SEPARATOR() view returns (bytes32)
0x5bee90faf0993901025e30e4b4345d84e9a059011b55b1d208c4cd05f20d4ccd
EIP712DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
GASLESS_RECLAIM_TYPEHASH() view returns (bytes32)
0x07627fa7bed07e8f6f08a646ac88d8aa5905c79bd48a02844697030b488dc0be
ecoAddress() view returns (address)
0x0000000000000000000000000000000000000000
getDepositCount() view returns (uint256)
44
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.