AuthorizedForwarder
Verified contract
Active on
Ethereum with 3,432 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) |
---|---|---|---|---|---|---|---|
| 21244340 | an hour ago | | | 0 | 0.0026778402 | |
| 21244014 | 2 hours ago | | | 0 | 0.0025170146 | |
| 21243794 | 3 hours ago | | | 0 | 0.0027482766 | |
| 21243747 | 3 hours ago | | | 0 | 0.0027181146 | |
| 21243590 | 3 hours ago | | | 0 | 0.0035092413 | |
| 21243557 | 3 hours ago | | | 0 | 0.0037143508 | |
| 21243503 | 4 hours ago | | | 0 | 0.0023255251 | |
| 21243326 | 4 hours ago | | | 0 | 0.0021418341 | |
| 21243243 | 5 hours ago | | | 0 | 0.0013856093 | |
| 21243209 | 5 hours ago | | | 0 | 0.0015575519 |
ABI
ABI objects
Getter at block 21244587
getAuthorizedSenders() view returns (address[])
[0x57CD4848b12469618b689163f507817940AccA02]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x537a2976470e3946f90a3eb4d643a15366810c4e
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.