TwitterValidationOperator
Verified contract
Active on
Ethereum with 1,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,987.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 97.973774 | $30.49 |
$2,987.22 | |
0xff14…0a20 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16132711 | 2 years ago | | | 0 | 0.00065514700 | |
| 16132704 | 2 years ago | | | 0 | 0.0035871113 | |
| 16120260 | 2 years ago | | | 0 | 0.00069763382 | |
| 16042668 | 2 years ago | | | 0 | 0.00045284756 | |
| 13995707 | 3 years ago | | | 0 | 0.036442668 | |
| 13971805 | 3 years ago | | | 0 | 0.019824801 | |
| 13918189 | 3 years ago | | | 0 | 0.017348736 | |
| 13915409 | 3 years ago | | | 0 | 0.023427055 | |
| 13888764 | 3 years ago | | | 0 | 0.030634074 | |
| 13884699 | 3 years ago | | | 0 | 0.0082672865 |
ABI
ABI objects
Getter at block 21401728 canSetValidation() view returns (bool)
NAME() view returns (string)
Chainlink Twitter Validation Operator
VERSION() view returns (string)
0.2.0
availableBalance() view returns (uint256)
703773560000000000
operatorPaymentPerValidation() view returns (uint256)
553000000000000000000
userPaymentPerValidation() view returns (uint256)
553000000000000000000
withdrawableTokens() view returns (uint256)
0
Read-only
isCapper(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
State-modifying
Events addCapper(address account)
addWhitelistAdmin(address account)
addWhitelisted(address account)
onTokenTransfer(address _sender, uint256 _value, bytes _data)
removeWhitelisted(address account)
renounceCapper()
renounceWhitelistAdmin()
renounceWhitelisted()
setPaymentPerValidation(uint256 _operatorPaymentPerValidation, uint256 _userPaymentPerValidation)
setValidation(string _username, string _signature, uint256 _tokenId, uint256 _requestId)
withdraw(address _recipient, uint256 _amount)
CapperAdded(address indexed account)
CapperRemoved(address indexed account)
PaymentSet(uint256 operatorPaymentPerValidation, uint256 userPaymentPerValidation)
Validation(uint256 indexed tokenId, uint256 requestId, uint256 paymentAmount)
ValidationRequest(uint256 indexed tokenId, address indexed owner, uint256 requestId, string code)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
WhitelistedAdded(address indexed account)
WhitelistedRemoved(address indexed account)
constructor(address _registry, address _linkToken, address[] _paymentCappers)
This contract contains no fallback and receive objects.
This contract contains no error objects.