AuthorizedForwarder
Verified contract
Active on
Ethereum with 2,896 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) |
---|---|---|---|---|---|---|---|
| 21228929 | 30 minutes ago | | | 0 | 0.0013515668 | |
| 21228870 | 42 minutes ago | | | 0 | 0.0016892628 | |
| 21228577 | 2 hours ago | | | 0 | 0.0014309727 | |
| 21228194 | 3 hours ago | | | 0 | 0.0023191542 | |
| 21227943 | 4 hours ago | | | 0 | 0.0015505402 | |
| 21227887 | 4 hours ago | | | 0 | 0.0015995911 | |
| 21227733 | 5 hours ago | | | 0 | 0.0013357214 | |
| 21227678 | 5 hours ago | | | 0 | 0.0014030062 | |
| 21227618 | 5 hours ago | | | 0 | 0.0012020788 | |
| 21227160 | 6 hours ago | | | 0 | 0.0014269901 |
ABI
ABI objects
Getter at block 21229074
getAuthorizedSenders() view returns (address[])
[0x7663C5790E1eBf04197245d541279D13f3c2f362]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0xd58dd13774d6150bc51027e3a2b46ad5059b0ea7
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.