AuthorizedForwarder
Verified contract
Active on
Ethereum with 3,791 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) |
---|---|---|---|---|---|---|---|
| 21409694 | an hour ago | | | 0 | 0.0013318868 | |
| 21409665 | an hour ago | | | 0 | 0.0014008987 | |
| 21409447 | 2 hours ago | | | 0 | 0.00054872826 | |
| 21409435 | 2 hours ago | | | 0 | 0.0015769950 | |
| 21409273 | 2 hours ago | | | 0 | 0.0017662406 | |
| 21408973 | 3 hours ago | | | 0 | 0.0016047557 | |
| 21408308 | 6 hours ago | | | 0 | 0.00040029649 | |
| 21408207 | 6 hours ago | | | 0 | 0.0013994190 | |
| 21407962 | 7 hours ago | | | 0 | 0.0010250230 | |
| 21407784 | 7 hours ago | | | 0 | 0.00093903416 |
ABI
ABI objects
Getter at block 21410011
getAuthorizedSenders() view returns (address[])
[0x9e1735D07F77ABA85415fbE19fdb371a56Cabf07]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0xb8432ef1adfd63ed45450b71a98d8dd1c11ef255
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.