PaymentCollector
Verified contract
Active on
Ethereum with 443 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PaymentCollector"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19726414 | 7 months ago | | | 0 | 0.00050856980 | |
| 19726403 | 7 months ago | | | 0 | 0.00097961081 | |
| 16626163 | 2 years ago | | | 0 | 0.00061342660 | |
| 16626157 | 2 years ago | | | 0 | 0.0011985797 | |
| 16626145 | 2 years ago | | | 0 | 0.00054922913 | |
| 16623729 | 2 years ago | | | 0.018402 | 0.0010115295 | |
| 16623723 | 2 years ago | | | 0.072809 | 0.0010143356 | |
| 16623712 | 2 years ago | | | 0.364034 | 0.00092065827 | |
| 16623708 | 2 years ago | | | 0.363939 | 0.00093288138 | |
| 16623701 | 2 years ago | | | 0.363939 | 0.0010102088 |
ABI
ABI objects
Getter at block 21205569
owner() view returns (address)
0x04981bf52060943cf65eae5ee6684f08df9d4e6c
signer() view returns (address)
0x04981bf52060943cf65eae5ee6684f08df9d4e6c
Read-only
transactionProcessed(uint256) view returns (bool)
validateSignature(uint256 offchainId, uint256 amount, address token, uint256 timestamp, bytes signature) view returns (bool)
State-modifying
Events deposit(uint256 offchainId, uint256 amount, address token, uint256 timestamp, bytes signature) payable
renounceOwnership()
setSigner(address _signer)
transferOwnership(address newOwner)
withdraw(address token)
Deposit(uint256 indexed offchainId, address sender, address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.