AuthorizedForwarder
Verified contract
Active on
Ethereum with 4,665 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) |
---|---|---|---|---|---|---|---|
| 21201765 | 19 minutes ago | | | 0 | 0.0022870287 | |
| 21201487 | an hour ago | | | 0 | 0.0027229853 | |
| 21201262 | 2 hours ago | | | 0 | 0.0025896551 | |
| 21201257 | 2 hours ago | | | 0 | 0.0028156151 | |
| 21201215 | 2 hours ago | | | 0 | 0.0024594564 | |
| 21201055 | 3 hours ago | | | 0 | 0.0025542089 | |
| 21200925 | 3 hours ago | | | 0 | 0.0020787346 | |
| 21200634 | 4 hours ago | | | 0 | 0.0019901809 | |
| 21200601 | 4 hours ago | | | 0 | 0.0018237943 | |
| 21200540 | 4 hours ago | | | 0 | 0.0017877254 |
ABI
ABI objects
Getter at block 21201859
getAuthorizedSenders() view returns (address[])
[0xc74cE67BfC623c803D48AFc74a09A6FF6b599003]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x91c2934fbf2e41bbc501f80a2795eddc08e278af
typeAndVersion() view returns (string)
AuthorizedForwarder 1.1.0
Read-only
isAuthorizedSender(address sender) view returns (bool)
State-modifying
Events acceptOwnership()
forward(address to, bytes data)
multiForward(address[] tos, bytes[] datas)
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.