CitadelMaster
Verified contract
Active on
Base with 4,367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb1bd…6d09
0x7233…0898
0x6b25…7a2b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001632 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
FORT-LP | ERC-20 | 1.192777K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
FORT-LP | ERC-20 | 0.000534 | -- | -- | |
FORT-LP | ERC-20 | 0.000072 | -- | -- | |
FORT-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21782395 | 19 hours ago | | | 0 | 6.3122595e-7 | |
| 21782348 | 19 hours ago | | | 0 | 6.2577826e-7 | |
| 21782337 | 19 hours ago | | | 0 | 6.2577826e-7 | |
| 21782324 | 19 hours ago | | | 0 | 7.5412982e-7 | |
| 21739169 | 2 days ago | | | 0 | 6.3570907e-7 | |
| 21739157 | 2 days ago | | | 0 | 6.2321384e-7 | |
| 21739141 | 2 days ago | | | 0 | 6.2757179e-7 | |
| 21697676 | 3 days ago | | | 0 | 8.7908968e-7 | |
| 21696157 | 3 days ago | | | 0 | 6.3587013e-7 | |
| 21696146 | 3 days ago | | | 0 | 6.3812790e-7 |
ABI
ABI objects
Getter at block 21815800
BONUS_MULTIPLIER() view returns (uint256)
1
MAXIMUM_REFERRAL_COMMISSION_RATE() view returns (uint16)
1000
controller() view returns (address)
0x0000000000000000000000000000000000000000
gauge() view returns (address)
0x0000000000000000000000000000000000000000
meerkat() view returns (address)
0x7233062d88133b5402d39d62bfa23a1b6c8d0898
meerkatPerBlock() view returns (uint256)
1166920345002540000
meerkatReferral() view returns (address)
0x0000000000000000000000000000000000000000
nftBoostRate() view returns (uint256)
100
owner() view returns (address)
0x9c81b07505887158eaa0b4928765edb6f2664c3a
poolLength() view returns (uint256)
4
proxy() view returns (address)
0x6b25ece65a605453cfbfaa996f384f2e46337a2b
referralCommissionRate() view returns (uint16)
100
startBlock() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
1075
unlockRate() view returns (uint16)
2000
whitelistAll() view returns (bool)
false
xMeerkat() view returns (address)
0xb1bd114648ac22d21d7f2bff63d629c1bb666d09
Read-only
getBoost(address _account, uint256 _pid) view returns (uint256)
getBoostGauge(address _account, uint256 _pid) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
getSlots(address _account, uint256 _pid) view returns (address, address, address)
getTokenIds(address _account, uint256 _pid) view returns (uint256, uint256, uint256)
isWhitelist(address _address) view returns (bool)
pendingMeerkat(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMeerkatPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount, address _referrer)
depositNFT(address _nft, uint256 _tokenId, uint256 _slot, uint256 _pid)
disableWhitelist(bool disable)
emergencyWithdraw(uint256 _pid)
flipWhitelistAll()
massUpdatePools()
multiSet(uint256[] _pids, uint256[] _allocPoints, bool _withUpdate)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setGaugeController(address _controller)
setMeerkatReferral(address _meerkatReferral)
setNftBoostRate(uint256 _rate)
setNftController(address _controller)
setProxy(address _proxy)
setReferralCommissionRate(uint16 _referralCommissionRate)
setUnlockRate(uint16 _unlockRate)
setWhitelist(address _address, bool _on)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _meerkatPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdrawNFT(uint256 _slot, uint256 _pid)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
DisableWhitelist()
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EnableWhitelist()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferralCommissionPaid(address indexed user, address indexed referrer, uint256 commissionAmount)
UpdateEmissionRate(address indexed user, uint256 meerkatPerBlock)
UpdateGaugeController(address indexed user, address controller)
UpdateNFTBoostRate(address indexed user, uint256 controller)
UpdateNFTController(address indexed user, address controller)
Whitelisted(address indexed _address, bool whitelist)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _xMeerkat, address _meerkat, uint256 _meerkatPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.