EthereonTransform

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xef53051a at 16854979
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "EthereonTransform"

No transactions found for "EthereonTransform"


Functions
Getter at block 23076026
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WRITER_ROLE(view returns (bytes32)
0x2b8f168f361ac1393a163ed4adfa899a87be7b7c71645167bdaddd822ae453c8
convertEthereon(view returns (address)
0x0000000000000000000000000000000000000000
currentTime(view returns (uint256)
1732941399
ethereonToken(view returns (address)
0x0000000000000000000000000000000000000000
ethereonTreasury(view returns (address)
0x0000000000000000000000000000000000000000
get(view returns (uint256)
0
referralCommissionRate(view returns (uint16)
0
signer(view returns (address)
0x0000000000000000000000000000000000000000
takerFeeContract(view returns (address)
0x0000000000000000000000000000000000000000
totalCommissionPaid(view returns (uint256)
0
totalTransform(view returns (uint256)
0
xLordReferral(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
transformEthereonRequest(bytesview returns (uint256)
transformEthereonRequest1(bytesview returns (uint256)
userTransforming(addressview returns (bool)
State-modifying
__RolebaseWriter_init(address admin
claimEthereonHandler(bytes merkleRootaddress useraddress referralstruct ITakerFeeTakeFeeData takeFeepayable 
grantRole(bytes32 roleaddress account
grantWriter(address account
grantWriters(address[] accounts
initialize(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
revokeWriter(address account
setConvertEthereon(address _convertEthereon
setEthereon(address _ethereon
setEthereonTreasury(address _ethereonTreasury
setReferralCommissionRate(uint16 _referralCommissionRate
setSigner(address _signer
setTakerFeeContract(address _takerFeeContract
setXLordReferral(address _xLordReferral
transformEthereonHandler(uint256 amountaddress userstruct EthereonTransformResourceTransform[] resourcesbytes merkleRootstruct ITakerFeeTakeFeeData takeFeepayable 
transformEthereonHandlerWithKey(uint256 amountaddress userstring requestKeystruct EthereonTransformResourceTransform[] resourcesbytes merkleRootstruct ITakerFeeTakeFeeData takeFeepayable 
Events
Initialized(uint64 version
ReferralCommissionPaid(address indexed useraddress indexed referreruint256 commissionAmountuint256 timestampaddress tokenPay
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransformRequested(address indexed useruint256 amountstring requestKeystruct EthereonTransformResourceTransform[] resourcesbytes merkleRoot
Transformed(address indexed userbytes merkleRootuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
InvalidInitialization(
NotInitializing(
ReentrancyGuardReentrantCall(