SuccinctFeeVault
Verified contract
Active on
Ethereum with 1 txns
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
Balances ($0.00)
No balances found for "SuccinctFeeVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19115866 | 9 months ago | | | 0 | 0.0011009205 |
ABI
ABI objects
Getter at block 21158621
owner() view returns (address)
0xd1999b562e74d9fbf57b4479b3fe8748bdf4e4a0
Read-only
allowedDeductors(address) view returns (bool)
balances(address, address) view returns (uint256)
State-modifying
Events addDeductor(address _deductor)
collect(address _to, address _token, uint256 _amount)
collectNative(address _to, uint256 _amount)
deduct(address _account, address _token, uint256 _amount)
deductNative(address _account, uint256 _amount)
deposit(address _account, address _token, uint256 _amount)
depositNative(address _account) payable
initialize(address _owner)
removeDeductor(address _deductor)
renounceOwnership()
transferOwnership(address newOwner)
Collected(address indexed to, address indexed token, uint256 amount)
Deducted(address indexed account, address indexed token, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address indexed account, address indexed token, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
FailedToSendNative(uint256 amount)
InsufficentAllowance(address token, uint256 amount)
InsufficientBalance(address token, uint256 amount)
InvalidAccount(address account)
InvalidToken(address token)
OnlyDeductor(address sender)