TakerFee

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x04cd9e41 at 17803405
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TakerFee"

No transactions found for "TakerFee"


Functions
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(addressview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
handlers(addressview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
__RolebaseWriter_init(address admin
deposit(address tokenuint256 amountpayable 
grantRole(bytes32 roleaddress account
grantWriter(address account
grantWriters(address[] accounts
initialize(
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
revokeWriter(address account
setAcceptedToken(address tokenbool isAccepted
setDestinationFee(address _destinationFee
setDestinationInternalFunding(address _destinationInternalFunding
setHandler(address handlerbool isHandler
takeFee(address tokenuint256 amountaddress payerpayable 
takeRevenue(address tokenuint256 amount
transferOwnership(address newOwner
withdraw(address tokenuint256 amountaddress receiveruint256 requestID
Events
Deposited(address indexed tokenaddress useruint256 amountuint256 timestamp
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Withdrawn(address indexed tokenaddress receiveruint256 amountuint256 requestIDuint256 timestamp
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account