Points2Manager

Verified contract

Active on Base with 2 txns
Deployed by via 0x6965cefd at 13430559
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Points2Manager"

0xa1cea11bbc1c3c29ebd516a5046be8d5786a4cb8546ce3c52bc11532502ee244
0x32c27271a56da6a0c12db4fe2102efd1a62f7b6e141ba84979dc46698e47512b

Functions
Getter at block 23006298
USDC(view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
USDT(view returns (address)
0x0000000000000000000000000000000000000000
WETH(view returns (address)
0x4200000000000000000000000000000000000006
factory(view returns (address)
0x75a92dfb38c3506dce3bbb5eb32a10852f9ba64a
owner(view returns (address)
0xd7e86bd77784217324b4e94aedc68e5c8227ec2b
pointsProgram(view returns (address)
0xd16ec98b906a17fe7e1fccd0b53858da87e6caa2
wethChainlinkOracle(view returns (address)
0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
Read-only
calculateRate(address pairbool token0Validview returns (uint96 rate)
convertTo18USD(address tokenuint256 valueview returns (uint256)
validateToken(address tokenview returns (bool token0Validbool token1Valid)
State-modifying
renounceOwnership(
setAddressWhitelist(address accountbool status
setAuthorizedBurner(address authorizedBurner_
setPaused(bool paused_
setRates(address[] tokens
transferOwnership(address newOwner
transferPointsOwnership(address newOwner
updateRates(uint16 startIndexuint16 endIndex
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address pointsProgram_address factory_address wethChainlinkOracle_address USDC_address USDT_address WETH_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidToken(address token
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account