OracleWhitelist
Verified contract
Active on
Base with 46 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "OracleWhitelist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192807 | a month ago | | | 0 | 0.000016076753 | |
| 21192797 | a month ago | | | 0 | 0.000015925607 | |
| 21192785 | a month ago | | | 0 | 0.000015965865 | |
| 21192775 | a month ago | | | 0 | 0.000016043204 | |
| 21192766 | a month ago | | | 0 | 0.000016084256 | |
| 21191596 | a month ago | | | 0 | 0.000011783589 | |
| 21191573 | a month ago | | | 0 | 0.000015884642 | |
| 21191563 | a month ago | | | 0 | 0.000015924797 | |
| 21191552 | a month ago | | | 0 | 0.000016001938 | |
| 21191543 | a month ago | | | 0 | 0.000010695256 |
ABI
ABI objects
Getter at block 22752744
BASE_AMOUNT() view returns (uint128)
1000000000000000000
PERIOD() view returns (uint32)
1800
locked() view returns (bool)
false
maxAddressCap() view returns (uint256)
3850000000000000
owner() view returns (address)
0x9781e0018f6eb7e29d8bfa768381c08d7c989b4b
pool() view returns (address)
0xdf3c29583b479fee78045147956c5879bdc865a0
quoteToken() view returns (address)
0x4200000000000000000000000000000000000006
token() view returns (address)
0x6b9d325b7e8c6475ae6a3a6b02a61f65e28cffbc
whitelistCount() view returns (uint256)
1975
Read-only
contributed(address to) view returns (uint256)
isWhitelisted(address whitelisted) view returns (bool)
State-modifying
Events addBatchWhitelist(address[] whitelisted)
checkWhitelist(address from, address to, uint256 amount)
removeBatchWhitelist(address[] whitelisted)
renounceOwnership()
setLocked(bool newLocked)
setMaxAddressCap(uint256 newCap)
setPool(address newPool)
setToken(address newToken)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner, address _quoteToken, bool _lockBuy, uint256 _maxCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.