AuthorizedForwarder
Verified contract
Active on
Ethereum with 2,107 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) |
---|---|---|---|---|---|---|---|
| 21092454 | a minute ago | | | 0 | 0.00099976691 | |
| 21092395 | 13 minutes ago | | | 0 | 0.00095737297 | |
| 21092378 | 17 minutes ago | | | 0 | 0.0010305865 | |
| 21092218 | an hour ago | | | 0 | 0.0011544245 | |
| 21091898 | 2 hours ago | | | 0 | 0.0010902470 | |
| 21091624 | 3 hours ago | | | 0 | 0.0013373518 | |
| 21091294 | 4 hours ago | | | 0 | 0.00095792339 | |
| 21091193 | 4 hours ago | | | 0 | 0.00092861532 | |
| 21090089 | 8 hours ago | | | 0 | 0.00096429294 | |
| 21089987 | 8 hours ago | | | 0 | 0.00090701850 |
ABI
ABI objects
Getter at block 21092459
getAuthorizedSenders() view returns (address[])
[0x632f869a26Ab4DA58e2Da476EE74800f2BAE060A]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0xdcde742928359afe7158c1626a9b0f79fc8f65bf
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.