BondingTax
Verified contract
Implementation
Active on
Base 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
Balances ($0.00)
No balances found for "BondingTax"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BondingTax"
ABI
ABI objects
Getter at block 23863741
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
assetToken() view returns (address)
0x0000000000000000000000000000000000000000
bondingRouter() view returns (address)
0x0000000000000000000000000000000000000000
maxSwapThreshold() view returns (uint256)
0
minSwapThreshold() view returns (uint256)
0
router() view returns (address)
0x0000000000000000000000000000000000000000
taxToken() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address defaultAdmin_, address assetToken_, address taxToken_, address router_, address bondingRouter_, address treasury_, uint256 minSwapThreshold_, uint256 maxSwapThreshold_)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
swapForAsset() returns (bool, uint256)
updateSwapParams(address router_, address bondingRouter_, address assetToken_, uint16 slippage_)
updateSwapThresholds(uint256 minSwapThreshold_, uint256 maxSwapThreshold_)
updateTreasury(address treasury_)
withdraw(address token)
Initialized(uint64 version)
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)
SwapExecuted(uint256 taxTokenAmount, uint256 assetTokenAmount)
SwapFailed(uint256 taxTokenAmount)
SwapParamsUpdated(address oldRouter, address newRouter, address oldBondingRouter, address newBondingRouter, address oldAsset, address newAsset)
SwapThresholdUpdated(uint256 oldMinThreshold, uint256 newMinThreshold, uint256 oldMaxThreshold, uint256 newMaxThreshold)
TreasuryUpdated(address oldTreasury, address newTreasury)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)