Operators

Verified contract

Active on Ethereum with 5,186 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Operators"

0x79a02b02064da66ced2b336c7b291feee3718b726384438fdc66e0061a2c36cb
0x2dcb72b91490ba66e3451ae1bc5fc8a0b256459fe2b154a530fbbc4b86b8270c
0xda5a28e31620012967a1c844243ebeeb6d2c70851b2ea7a45aacfe268fa850f3
0xfeb4079bcd5277ade46c22611e20fa89e3e9597bfc5b5ef8f051e1920b17bed7
0x598135a9fb204748d00e597063577159a42773004f1f8748d9dd77ed74324bf8
0x94460e4fba0116b50d196108f964e90df56391a9c84fb864658f0edd495e4d56
0x6cc30fdc81ec3983d280c99a47db8a837774a740f8da1978df4e35dfdb1ee19d
0x6c57c21b3983f44005771ccbded7dc2c54f2d789b5426e62e730ddcf6af13497
0xafab4ff116b8d479cb6de1035fdf67aa3c07efa5d55d21a74d3ff209f35fbaa4
0x7f8b81a0f35fbc1c1e9654c711d5f87aaba552e435684fdae96fc95793ac7287

Functions
Getter at block 21380146
owner(view returns (address owner_)
0x6f24a47fc8ae5441eb47effc3665e70e69ac3f05
pendingOwner(view returns (address owner_)
0x0000000000000000000000000000000000000000
Read-only
isOperator(address accountview returns (bool)
operators(addressview returns (bool)
State-modifying
acceptOwnership(
addOperator(address operator
executeContract(address targetbytes callDatauint256 nativeValuepayable returns (bytes)
proposeOwnership(address newOwner
removeOperator(address operator
transferOwnership(address newOwner
Events
OperatorAdded(address indexed operator
OperatorRemoved(address indexed operator
OwnershipTransferStarted(address indexed newOwner
OwnershipTransferred(address indexed newOwner
Constructor
constructor(address initialOwner
Fallback and receive
receive(
Errors
ExecutionFailed(
InvalidOperator(
InvalidOwner(
InvalidOwnerAddress(
NotAnOperator(
NotOperator(
NotOwner(
OperatorAlreadyAdded(