AuthorizedForwarder
Verified contract
Active on
Ethereum with 4,224 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) |
---|---|---|---|---|---|---|---|
| 21270518 | 5 minutes ago | | | 0 | 0.0013597562 | |
| 21270432 | 22 minutes ago | | | 0 | 0.0011253771 | |
| 21270374 | 33 minutes ago | | | 0 | 0.0013874473 | |
| 21270062 | 2 hours ago | | | 0 | 0.0011978706 | |
| 21269759 | 3 hours ago | | | 0 | 0.0014494623 | |
| 21269402 | 4 hours ago | | | 0 | 0.00091709085 | |
| 21269155 | 5 hours ago | | | 0 | 0.0010815266 | |
| 21269143 | 5 hours ago | | | 0 | 0.0011866852 | |
| 21269062 | 5 hours ago | | | 0 | 0.0014074653 | |
| 21268909 | 5 hours ago | | | 0 | 0.0011011457 |
ABI
ABI objects
Getter at block 21270539
getAuthorizedSenders() view returns (address[])
[0xf34aC04a28F7CB5324A167C96B24ADE9c742B44f]
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
owner() view returns (address)
0x536e21c8193c09492599bb95a4b01b269c4ba06e
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.