AuthorizedForwarder
Verified contract
Active on
Ethereum with 4,810 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) |
---|---|---|---|---|---|---|---|
| 21276091 | 35 minutes ago | | | 0 | 0.0014837231 | |
| 21275851 | an hour ago | | | 0 | 0.00040940267 | |
| 21275757 | 2 hours ago | | | 0 | 0.0014482671 | |
| 21275735 | 2 hours ago | | | 0 | 0.0015288285 | |
| 21275601 | 2 hours ago | | | 0 | 0.0017902790 | |
| 21275590 | 2 hours ago | | | 0 | 0.0020302379 | |
| 21275427 | 3 hours ago | | | 0 | 0.0020829099 | |
| 21275390 | 3 hours ago | | | 0 | 0.0017960815 | |
| 21275348 | 3 hours ago | | | 0 | 0.0013521668 | |
| 21274894 | 5 hours ago | | | 0 | 0.0013069138 |
ABI
ABI objects
Getter at block 21276263
getAuthorizedSenders() view returns (address[])
[0x61317C73d0225b2E37140fb9664d607B450613C6]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x02bd01b57ef67711e0e197ab3a5f05b78592c12d
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.