TakerFee
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "TakerFee"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TakerFee"
ABI
ABI objects
Getter at block 23847458
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WRITER_ROLE() view returns (bytes32)
0x2b8f168f361ac1393a163ed4adfa899a87be7b7c71645167bdaddd822ae453c8
destinationFee() view returns (address)
0x0000000000000000000000000000000000000000
destinationInternalFunding() view returns (address)
0x0000000000000000000000000000000000000000
ethAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
acceptedTokens(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
handlers(address) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __RolebaseWriter_init(address admin)
deposit(address token, uint256 amount) payable
grantRole(bytes32 role, address account)
grantWriter(address account)
grantWriters(address[] accounts)
initialize()
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
revokeWriter(address account)
setAcceptedToken(address token, bool isAccepted)
setDestinationFee(address _destinationFee)
setDestinationInternalFunding(address _destinationInternalFunding)
setHandler(address handler, bool isHandler)
takeFee(address token, uint256 amount, address payer) payable
takeRevenue(address token, uint256 amount)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount, address receiver, uint256 requestID)
Deposited(address indexed token, address user, uint256 amount, uint256 timestamp)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Withdrawn(address indexed token, address receiver, uint256 amount, uint256 requestID, uint256 timestamp)
This contract contains no constructor objects.
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)