KeyManagerQureFi
Verified contract
Active on
Base with 63 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($60.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 38.097162 | $0.999943 |
$38.09 | |
USDbC | ERC-20 | 8.539145 | $1.001 |
$8.55 | |
DAI | ERC-20 | 6.785497 | $0.999033 |
$6.78 | |
cbETH | ERC-20 | 0.001832 | $3,684.12 |
$6.75 | |
LOA | ERC-20 | 40 | $0.002855 |
$0.11 | |
CHIDO | ERC-20 | 20 | $0.003249 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
WGC | ERC-20 | 200 | $0.000243 |
$0.05 | |
AXL | ERC-20 | 0.012342 | $0.736529 |
$0.01 | |
USA | ERC-20 | 1 | $0.000707 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18770333 | 4 months ago | | | 0 | 0.0000021964951 | |
| 18071684 | 4 months ago | | | 0 | 0.0000022049242 | |
| 12163182 | 9 months ago | | | 0 | 0.000026489231 | |
| 11742450 | 9 months ago | | | 0 | 3.7931200e-7 | |
| 11691040 | 9 months ago | | | 0 | 3.7931200e-7 | |
| 11572290 | 9 months ago | | | 0 | 1.1975662e-7 | |
| 11569991 | 9 months ago | | | 0 | 1.2685511e-7 | |
| 11569981 | 9 months ago | | | 0 | 1.2685532e-7 | |
| 11569372 | 9 months ago | | | 0 | 3.4632000e-7 | |
| 11568414 | 9 months ago | | | 0 | 0.000000207859878720 |
ABI
ABI objects
Getter at block 23945770
DEFAULT_THRESHOLD_VALUE() view returns (uint256)
500000000
FEE_DENOMINATOR() view returns (uint16)
10000
FEE_NUMERATOR_LIMIT() view returns (uint16)
5000
INITIAL_PRICE() view returns (uint256)
1000000
KEY_DECIMALS() view returns (uint8)
18
M() view returns (uint256)
1000
PAYMENT_TOKEN() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
getNumberOfInfluencers() view returns (uint256)
21
keysTotalSupply() view returns (uint256)
39000000000000000000
owner() view returns (address)
0xd8c722ad87ad1b87174d5c6863efed8da3ba24fd
platformFeeDestination() view returns (address)
0x3ee138e407f748441c8bb6ad7026fadfa860ea70
Read-only
fees(uint8) view returns (uint16 totalFeeNumerator, uint16 platformFeeShare, uint16 influencerFeeShare)
getHolders(address influencer, uint256 offset, uint256 limit) view returns (address[])
getInfluencers(uint256 offset, uint256 limit) view returns (address[])
getNumberOfHolders(address influencer) view returns (uint256)
getPrice(address influencer, uint256 amount, uint8 direction) view returns (uint256)
getPriceAfterFee(address influencer, uint256 amount, uint8 direction) view returns (uint256)
influencerThresholdValue(address influencer) view returns (uint256)
influencers(uint256) view returns (address)
isHolder(address influencer, address holder) view returns (bool)
isInfluencer(address influencer) view returns (bool)
keysBalance(address, address) view returns (uint256)
keysSupply(address) view returns (uint256)
State-modifying
Events buyKeys(address influencer, uint256 amount)
renounceOwnership()
sellKeys(address influencer, uint256 amount)
setFeeDestination(address platformFeeDestination_)
setFees(struct KeyManagerQureFiFees fees_, uint8 direction)
setThresholdValue(uint256 value)
transferOwnership(address newOwner)
FeeDestinationUpdated(address indexed newFeeDestination)
FeeUpdated(struct KeyManagerQureFiFees newFee, uint8 indexed direction)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ThresholdValueUpdated(address indexed influencer, uint256 indexed thresholdValue)
Trade(address indexed trader, address indexed influencer, uint8 indexed direction, uint256 keysAmount, uint256 price, uint256 platformFee, uint256 influencerFee, uint256 keysSupply)
constructor(address paymentToken, uint256 defaultThresholdValue, uint256 initialPrice, uint256 M_, struct KeyManagerQureFiFees buyFees, struct KeyManagerQureFiFees sellFees, address platformFeeDestination_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.