Slot
XX
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 "FeeModel"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20109601 | 5 months ago | | | 0 | 0.00013317434 | |
| 20109553 | 5 months ago | | | 0 | 0.00058864584 | |
| 20109552 | 5 months ago | | | 0 | 0.00027789856 | |
| 20109551 | 5 months ago | | | 0 | 0.00031773475 |
ABI
ABI objects
Getter at block 21158211
FEE_RATE_BASE() view returns (uint32)
1000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0xd5bc4bc0d8c055fcf2ba97010c9d32ffc7d424d9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getCrosschainFeeConfig(bytes32 _dstChain) view returns (struct FeeModelFeeConfig _config)
getDefaultFeeConfig(uint8 _op) view returns (struct FeeModelFeeConfig _config)
getFee(struct Request r) view returns (uint256 _fee)
getUserBurnFeeConfig(address _user) view returns (struct FeeModelFeeConfig _config)
State-modifying
Events acceptOwnership()
initialize(address _owner)
renounceOwnership()
rescue(address token, address to)
setCrosschainFeeConfig(bytes32 _dstChain, struct FeeModelFeeConfig _config)
setDefaultFeeConfig(uint8 _op, struct FeeModelFeeConfig _config)
setUserBurnFeeConfig(address _user, struct FeeModelFeeConfig _config)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
CrosschainFeeConfigSet(bytes32 indexed _chain, struct FeeModelFeeConfig _config)
DefaultFeeConfigSet(uint8 indexed _op, struct FeeModelFeeConfig _config)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
UserBurnFeeConfigSet(address indexed _user, struct FeeModelFeeConfig _config)
constructor(address _owner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)