PaymentForwarder
Verified contract
Active on
Ethereum with 4,708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POLY | ERC-20 | 5 | $0.038411 |
$0.19 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5867409 | 6 years ago | | | 1 | 0.00056995000 | |
| 5212540 | 7 years ago | | | 0.5 | 0.0013640400 | |
| 5212538 | 7 years ago | | | 0.5 | 0.0010259100 | |
| 5116629 | 7 years ago | | | 0.1 | 0.0010259100 | |
| 5116622 | 7 years ago | | | 0.1 | 0.0010259100 | |
| 5115327 | 7 years ago | | | 0.075 | 0.0010259100 | |
| 5072916 | 7 years ago | | | 0.15 | 0.0010259100 | |
| 5072663 | 7 years ago | | | 1.1314783 | 0.000000000001025910 | |
| 5072141 | 7 years ago | | | 0.2 | 0.0010259100 | |
| 5071946 | 7 years ago | | | 0.025 | 0.0000022798000 |
ABI
ABI objects
Getter at block 21160133
customerCount() view returns (uint256)
3565
halted() view returns (bool)
true
owner() view returns (address)
0x7b4a608746296ab1cf55c9c19078ccdc38b18dc0
teamMultisig() view returns (address)
0x43fccd4f59956a50f5005ef014308bbbc78ffe65
totalTransferred() view returns (uint256)
9735021617537505872490
Read-only
paymentsByBenefactor(address) view returns (uint256)
paymentsByCustomer(uint128) view returns (uint256)
State-modifying
Events halt()
pay(uint128 customerId, address benefactor, bytes1 checksum) payable
payForMyself(uint128 customerId) payable
payForMyselfWithChecksum(uint128 customerId, bytes1 checksum) payable
payWithoutChecksum(uint128 customerId, address benefactor) payable
transferOwnership(address newOwner)
unhalt()
PaymentForwarded(address source, uint256 amount, uint128 customerId, address benefactor)
constructor(address _owner, address _teamMultisig)
This contract contains no fallback and receive objects.
This contract contains no error objects.