AssetFeeManager

Verified contract

Active on Ethereum with 166 txns
Deployed by via 0x04290e5b at 20668187
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AssetFeeManager"

0x6d20ed96e9cef8f4ac157d1ab2c7d4e609beb53929222d4920b7a116223665a4
0xe8fb5512203c0003d85656ee893e2ad4155eaaa32b4b763cd22461ad63e65550
0x023fff6d3daca7cf04409f6c977daeef6215b4a531b07df138259be05e98e1ae
0xacb3f6bae0f78632649a970fdabd280019c296148f0251c85f37922712080b8b
0x860a89c2d86241a51f35012e1fd28185a9bc89c534b2aa57fd5cb43e23b165f1
0x790446758c537a9b665c90d28b040ab1458f671c7d30891c0a511f4c5ff09d3c
0x63b20c218ddbef040e7eeb0680998b85b1516ed2022def53b30aefb6724b66d8
0x0cbb8bcb765a8bd6bbce4938e4b7367e86fd72e7cd56f9ce41a531d37eac974d
0x2efa59c290beb5ed40762c81677325f19c76861b1f6141cf645a245a268e74c4
0x7c6b098ee8739616e9c6af2a52f41a10149a8f73e944b2096248aafef0c3bd23

Functions
Getter at block 21244872
factoryAddress(view returns (address)
0xa3268a991dfe9a8a116edd3b2048c9c6fffdae2f
getBurnFeeRequestLength(view returns (uint256)
0
owner(view returns (address)
0x86d605be1df8511350f1fc97a6cdcf209b68216c
Read-only
getBurnFeeRequest(uint256 nonceview returns (struct Request)
State-modifying
addBurnFeeRequest(uint256 assetIDstruct OrderInfo orderInforeturns (uint256)
collectFeeTokenset(uint256 assetID
confirmBurnFeeRequest(uint256 noncestruct OrderInfo orderInfobytes32[] inTxHashs
rejectBurnFeeRequest(uint256 nonce
renounceOwnership(
rollbackSwapRequest(struct OrderInfo orderInfo
setFee(uint256 assetIDuint256 fee
transferOwnership(address newOwner
Events
AddBurnFeeRequest(uint256 nonce
ConfirmBurnFeeRequest(uint256 nonce
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RejectBurnFeeRequest(uint256 nonce
Constructor
constructor(address owneraddress factoryAddress_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account