SpritzPayV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "SpritzPayV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SpritzPayV1"
ABI
ABI objects
Getter at block 21159825
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
acceptedPaymentTokens() view returns (address[])
[]
paused() view returns (bool)
false
paymentRecipient() view returns (address)
0x0000000000000000000000000000000000000000
swapTarget() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPaymentToken(address newToken)
grantRole(bytes32 role, address account)
initialize(address _admin, address _paymentRecipient, address _swapTarget, address _wrappedNative, address[] _acceptedTokens)
pause()
payWithSwap(address[] path, uint256 sourceTokenAmountMax, uint256 paymentTokenAmount, bytes32 paymentReference, uint256 deadline) payable
payWithToken(address paymentTokenAddress, uint256 paymentTokenAmount, bytes32 paymentReference)
removePaymentToken(address newToken)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPaymentRecipient(address newPaymentRecipient)
unpause()
Initialized(uint8 version)
Paused(address account)
Payment(address to, address indexed from, address indexed sourceToken, uint256 sourceTokenAmount, address paymentToken, uint256 paymentTokenAmount, bytes32 indexed paymentReference)
PaymentRecipientChanged(address recipient, address sender)
PaymentTokenAdded(address token)
PaymentTokenRemoved(address token)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
This contract contains no constructor objects.
receive()
FailedRefund(address tokenAddress, uint256 amount)
FailedSwap(address sourceTokenAddress, uint256 sourceTokenAmount, address paymentTokenAddress, uint256 paymentTokenAmount)
FailedTokenTransfer(address tokenAddress, address to, uint256 amount)
NonAcceptedToken(address token)
SetZeroAddress()