AuthorizedForwarder
Verified contract
Active on
Ethereum with 2,891 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) |
---|---|---|---|---|---|---|---|
| 21288481 | 2 hours ago | | | 0 | 0.0015290805 | |
| 21288411 | 2 hours ago | | | 0 | 0.0020056400 | |
| 21288405 | 2 hours ago | | | 0 | 0.00063572008 | |
| 21288312 | 2 hours ago | | | 0 | 0.0016362941 | |
| 21288217 | 3 hours ago | | | 0 | 0.0020752513 | |
| 21288178 | 3 hours ago | | | 0 | 0.0022545071 | |
| 21287469 | 5 hours ago | | | 0 | 0.0018333892 | |
| 21287284 | 6 hours ago | | | 0 | 0.0025275319 | |
| 21287221 | 6 hours ago | | | 0 | 0.0024719443 | |
| 21286889 | 7 hours ago | | | 0 | 0.0020951514 |
ABI
ABI objects
Getter at block 21288992
getAuthorizedSenders() view returns (address[])
[0x3aE9D0B74E3968CFCf89A4dE4f0D8B2A326a1Dfd]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0xe8d7f6312b2fa200069c90ced24df9977f43ad3b
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.