AssetFeeManager
Verified contract
Active on
Ethereum with 166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AssetFeeManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241108 | 13 hours ago | | | 0 | 0.0069835132 | |
| 21233945 | 2 days ago | | | 0 | 0.010660012 | |
| 21226786 | 3 days ago | | | 0 | 0.0063773976 | |
| 21219710 | 4 days ago | | | 0 | 0.0058181419 | |
| 21189960 | 8 days ago | | | 0 | 0.011860644 | |
| 21162274 | 12 days ago | | | 0 | 0.012228644 | |
| 21155099 | 13 days ago | | | 0 | 0.010004962 | |
| 21147931 | 14 days ago | | | 0 | 0.0047803980 | |
| 21140758 | 15 days ago | | | 0 | 0.0064338264 | |
| 21133610 | 16 days ago | | | 0 | 0.0075227761 |
ABI
ABI objects
Getter at block 21244872
factoryAddress() view returns (address)
0xa3268a991dfe9a8a116edd3b2048c9c6fffdae2f
getBurnFeeRequestLength() view returns (uint256)
0
owner() view returns (address)
0x86d605be1df8511350f1fc97a6cdcf209b68216c
Read-only
getBurnFeeRequest(uint256 nonce) view returns (struct Request)
State-modifying
Events addBurnFeeRequest(uint256 assetID, struct OrderInfo orderInfo) returns (uint256)
collectFeeTokenset(uint256 assetID)
confirmBurnFeeRequest(uint256 nonce, struct OrderInfo orderInfo, bytes32[] inTxHashs)
rejectBurnFeeRequest(uint256 nonce)
renounceOwnership()
rollbackSwapRequest(struct OrderInfo orderInfo)
setFee(uint256 assetID, uint256 fee)
transferOwnership(address newOwner)
AddBurnFeeRequest(uint256 nonce)
ConfirmBurnFeeRequest(uint256 nonce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RejectBurnFeeRequest(uint256 nonce)
constructor(address owner, address factoryAddress_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)