AuthorizedForwarder
Verified contract
Active on
Ethereum with 335 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) |
---|---|---|---|---|---|---|---|
| 21258555 | 4 hours ago | | | 0 | 0.0014028571 | |
| 21258120 | 6 hours ago | | | 0 | 0.0016117315 | |
| 21256872 | 10 hours ago | | | 0 | 0.0012603388 | |
| 21256554 | 11 hours ago | | | 0 | 0.0017831031 | |
| 21255197 | 15 hours ago | | | 0 | 0.0016971101 | |
| 21254288 | 18 hours ago | | | 0 | 0.0015104781 | |
| 21252818 | a day ago | | | 0 | 0.0021028963 | |
| 21251617 | a day ago | | | 0 | 0.0067692092 | |
| 21251578 | a day ago | | | 0 | 0.0040772168 | |
| 21251009 | a day ago | | | 0 | 0.0030833446 |
ABI
ABI objects
Getter at block 21259797
getAuthorizedSenders() view returns (address[])
[0x9850E11D2c33B43AB80d478CCC69042b46ab3857]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x9ebc2969109c7540c1954a9c63714105f287a047
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.