FeeHandler

Verified contract

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

No balances found for "FeeHandler"

0x360a8d3c35c54d279a59bd20342be72522214636e706a84955ea2b8a5abac78b
0xd62790fc9b643b4f62989eb5e1b757376255bed9f6ac633ef2451911425726f1
0xceb82a5a9d346515d6b521474ae8d6975069098beca972fa2a25b8b7af730c09
0x8b90820c74b28ed87194c468348543dec1fe0288f8c2aa95fb1d2b629b7c7a18
0xf9d0e72c7d6fa98947328cafc7abe87543b414579946ca0a8fc9a34856583a0b
0x37939087bd4f7ac5f3b3aebd2dccf906261f9290050dfa48f0d424bb91d79122
0x79252e66151fb51a2d073b268f1ec051bddbc8a7d5b3f2a57152e570f68ade25
0x297e6f78778d72b4e33e4e9e5946db75f38728fefcd295a204a9fe830568f2ae

Functions
Getter at block 21298395
owner(view returns (address)
0x098c20def80848f403d701f56b7ea5aebd3e5566
Read-only
feesByVersion(uint8view returns (uint256)
getFee(uint8 _versionview returns (uint256)
State-modifying
renounceOwnership(
setFee(uint8 _versionuint256 _fee
transferOwnership(address newOwner
Events
FeeUpdated(uint8 versionuint256 newFee
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account