AuthorizedForwarder
Verified contract
Active on
Ethereum with 3 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 "AuthorizedForwarder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20121039 | 5 months ago | | | 0 | 0.0011286617 | |
| 19870613 | 6 months ago | | | 0 | 0.0010471026 | |
| 19820582 | 6 months ago | | | 0 | 0.00094987050 |
ABI
ABI objects
Getter at block 21222316
getAuthorizedSenders() view returns (address[])
[0x571476978D2eE5493199A3458Df3aA14afeAdED8]
getChainlinkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x79e9d3d5b245da9edfb323eef7b19b2e4a443317
typeAndVersion() pure returns (string)
AuthorizedForwarder 1.0.0
Read-only
isAuthorizedSender(address sender) view returns (bool)
State-modifying
Events acceptOwnership()
forward(address to, bytes data)
ownerForward(address to, bytes data)
setAuthorizedSenders(address[] senders)
transferOwnership(address to)
transferOwnershipWithMessage(address to, bytes message)
AuthorizedSendersChanged(address[] senders, address changedBy)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferRequestedWithMessage(address indexed from, address indexed to, bytes message)
OwnershipTransferred(address indexed from, address indexed to)
constructor(address link, address owner, address recipient, bytes message)
This contract contains no fallback and receive objects.
This contract contains no error objects.