AuthorizedForwarder
Verified contract
Active on
Ethereum with 4,919 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) |
---|---|---|---|---|---|---|---|
| 21322769 | 29 minutes ago | | | 0 | 0.0090889805 | |
| 21322727 | 38 minutes ago | | | 0 | 0.0063457215 | |
| 21322716 | 40 minutes ago | | | 0 | 0.0058612253 | |
| 21322700 | 43 minutes ago | | | 0 | 0.0067254141 | |
| 21322617 | an hour ago | | | 0 | 0.0081774999 | |
| 21322615 | an hour ago | | | 0 | 0.0083435454 | |
| 21322611 | an hour ago | | | 0 | 0.0082060917 | |
| 21322595 | an hour ago | | | 0 | 0.0054291350 | |
| 21322524 | an hour ago | | | 0 | 0.0056499684 | |
| 21322415 | 2 hours ago | | | 0 | 0.0087839025 |
ABI
ABI objects
Getter at block 21322912
getAuthorizedSenders() view returns (address[])
[0xb976d01275B809333E3EfD76D1d31fE9264466D0]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0xbfc401f8abeb0de1bc6bcfb753851808473905e4
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.