AuthorizedForwarder
Verified contract
Active on
Ethereum with 3,520 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) |
---|---|---|---|---|---|---|---|
| 21222721 | 17 minutes ago | | | 0 | 0.0043691785 | |
| 21222653 | 30 minutes ago | | | 0 | 0.0032577719 | |
| 21222642 | 33 minutes ago | | | 0 | 0.0038009478 | |
| 21222413 | an hour ago | | | 0 | 0.0027210996 | |
| 21222100 | 2 hours ago | | | 0 | 0.0034671082 | |
| 21222004 | 3 hours ago | | | 0 | 0.0042485363 | |
| 21221750 | 4 hours ago | | | 0 | 0.0015453608 | |
| 21221646 | 4 hours ago | | | 0 | 0.0015949135 | |
| 21221021 | 6 hours ago | | | 0 | 0.0012730629 | |
| 21220876 | 6 hours ago | | | 0 | 0.0013893776 |
ABI
ABI objects
Getter at block 21222803
getAuthorizedSenders() view returns (address[])
[0xC4b732Fd121F2f3783A9Ac2a6C62fD535FD13FdA]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x7f4a43e70fc16dcc290aeeda4782fc917af3e875
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.