EthereonTransform
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "EthereonTransform"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EthereonTransform"
ABI
ABI objects
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 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
transformEthereonRequest(bytes) view returns (uint256)
transformEthereonRequest1(bytes) view returns (uint256)
userTransforming(address) view returns (bool)
State-modifying
Events __RolebaseWriter_init(address admin)
claimEthereonHandler(bytes merkleRoot, address user, address referral, struct ITakerFeeTakeFeeData takeFee) payable
grantRole(bytes32 role, address account)
grantWriter(address account)
grantWriters(address[] accounts)
initialize()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address 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 amount, address user, struct EthereonTransformResourceTransform[] resources, bytes merkleRoot, struct ITakerFeeTakeFeeData takeFee) payable
transformEthereonHandlerWithKey(uint256 amount, address user, string requestKey, struct EthereonTransformResourceTransform[] resources, bytes merkleRoot, struct ITakerFeeTakeFeeData takeFee) payable
Initialized(uint64 version)
ReferralCommissionPaid(address indexed user, address indexed referrer, uint256 commissionAmount, uint256 timestamp, address tokenPay)
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)
TransformRequested(address indexed user, uint256 amount, string requestKey, struct EthereonTransformResourceTransform[] resources, bytes merkleRoot)
Transformed(address indexed user, bytes merkleRoot, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()