AuthorizedForwarder
Verified contract
Active on
Ethereum with 2,692 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) |
---|---|---|---|---|---|---|---|
| 21167126 | 34 minutes ago | | | 0 | 0.0061888432 | |
| 21166110 | 4 hours ago | | | 0 | 0.0082891770 | |
| 21166082 | 4 hours ago | | | 0 | 0.0061432924 | |
| 21165911 | 5 hours ago | | | 0 | 0.0078524897 | |
| 21165722 | 5 hours ago | | | 0 | 0.0065039255 | |
| 21165410 | 6 hours ago | | | 0 | 0.0080208990 | |
| 21165323 | 7 hours ago | | | 0 | 0.0059098946 | |
| 21165250 | 7 hours ago | | | 0 | 0.0040096860 | |
| 21164999 | 8 hours ago | | | 0 | 0.0029214567 | |
| 21164708 | 9 hours ago | | | 0 | 0.0027932114 |
ABI
ABI objects
Getter at block 21167292
getAuthorizedSenders() view returns (address[])
[0x8b1d49a93A84B5dA0917a1ed42D8a3E191C28524]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0xf873a270a9a14dc8af5dbb9992a9fb18646bc5e2
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.