AuthorizedForwarder
Verified contract
Active on
Ethereum with 3,727 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) |
---|---|---|---|---|---|---|---|
| 21285733 | 7 minutes ago | | | 0 | 0.0012150473 | |
| 21285123 | 2 hours ago | | | 0 | 0.0012505459 | |
| 21284807 | 3 hours ago | | | 0 | 0.0012522827 | |
| 21284300 | 5 hours ago | | | 0 | 0.0016461060 | |
| 21284300 | 5 hours ago | | | 0 | 0.0016454385 | |
| 21284224 | 5 hours ago | | | 0 | 0.0014763197 | |
| 21283835 | 7 hours ago | | | 0 | 0.0010720004 | |
| 21283554 | 8 hours ago | | | 0 | 0.0013797298 | |
| 21283502 | 8 hours ago | | | 0 | 0.0013616610 | |
| 21283152 | 9 hours ago | | | 0 | 0.0016264789 |
ABI
ABI objects
Getter at block 21285766
getAuthorizedSenders() view returns (address[])
[0xDdE59ceeC7A2cC8B2bD78199877BA22018966813]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x2f52f6bdac885801a720a53e126c4ada780c74d5
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.