AuthorizedForwarder
Verified contract
Active on
Ethereum with 1,125 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) |
---|---|---|---|---|---|---|---|
| 21156763 | 2 hours ago | | | 0 | 0.0020369890 | |
| 21156085 | 4 hours ago | | | 0 | 0.0017993932 | |
| 21154184 | 11 hours ago | | | 0 | 0.0017118988 | |
| 21154109 | 11 hours ago | | | 0 | 0.0016992009 | |
| 21154069 | 11 hours ago | | | 0 | 0.0017935643 | |
| 21153825 | 12 hours ago | | | 0 | 0.0020434947 | |
| 21152618 | 16 hours ago | | | 0 | 0.0016598776 | |
| 21152359 | 17 hours ago | | | 0 | 0.0019814859 | |
| 21151714 | 19 hours ago | | | 0 | 0.0014174052 | |
| 21151568 | 19 hours ago | | | 0 | 0.0019829867 |
ABI
ABI objects
Getter at block 21157342
getAuthorizedSenders() view returns (address[])
[0xc61a7e5a04A5d32ffe8e01f77Cb39253bf21D2aC]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0xf88e0f7f59225c52911d94a678be11a4c4778632
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.