PaymentsGateway
Verified contract
Active on
Base with 997 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.74)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000003 | $3,926.12 |
$0.01 | |
DEGEN | ERC-20 | 58.476836 | $0.016019 |
$0.94 | |
USDC | ERC-20 | 0.792851 | $0.998417 |
$0.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18827760 | 4 months ago | | | 0.000091203838 | 0.0000043542639 | |
| 18827740 | 4 months ago | | | 0.000091202175 | 4.4990845e-7 | |
| 18803611 | 4 months ago | | | 0.00017521573 | 0.0000025388702 | |
| 18748693 | 4 months ago | | | 0.010216227 | 0.0000040968207 | |
| 18743887 | 4 months ago | | | 0.000095234294 | 0.0000025879719 | |
| 18743831 | 4 months ago | | | 0.000095232657 | 0.0000027542617 | |
| 18736045 | 4 months ago | | | 0.0027182483 | 0.000016383449 | |
| 18736020 | 4 months ago | | | 0.0027182483 | 0.0000023595689 | |
| 18735800 | 4 months ago | | | 0.0026691245 | 0.000013139981 | |
| 18721321 | 4 months ago | | | 0.000091199574 | 0.0000017634316 |
ABI
ABI objects
Getter at block 23619696
_cachedThis() view returns (uint256)
578295967665375307187611956508372419277485312314
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=PaymentsGateway, version=1, chainId=8453, verifyingContract=0x654bb023bc21e69de646b4cf350df20d18f5093a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0x1629ce9df01b10e7cf8837f559037a49d983aa10
Read-only
This contract contains no read-only function objects.
State-modifying
Events completeTokenPurchase(bytes32 clientId, bytes32 transactionId, address tokenAddress, uint256 tokenAmount, address receiverAddress) payable
initiateTokenPurchase(struct PaymentsGatewayPayRequest req, bytes signature) payable
renounceOwnership()
transferOwnership(address newOwner)
withdraw(address tokenAddress, uint256 tokenAmount)
withdrawTo(address tokenAddress, uint256 tokenAmount, address receiver)
FeePayout(bytes32 indexed clientId, address indexed sender, address payoutAddress, address tokenAddress, uint256 feeAmount, uint256 feeBPS)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchaseCompleted(bytes32 indexed clientId, address indexed receiver, bytes32 transactionId, address tokenAddress, uint256 tokenAmount)
TokenPurchaseInitiated(bytes32 indexed clientId, address indexed sender, bytes32 transactionId, address tokenAddress, uint256 tokenAmount)
constructor(address contractOwner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PaymentsGatewayFailedToForward()
PaymentsGatewayInvalidAmount(uint256 amount)
PaymentsGatewayMismatchedValue(uint256 expected, uint256 actual)
PaymentsGatewayRequestExpired(uint256 expirationTimestamp)
PaymentsGatewayVerificationFailed()
ReentrancyGuardReentrantCall()