ROCKET

Verified contract

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

No balances found for "ROCKET"

0x01aaa347a7835e5025dd164df96e51fa73b4c8a503155177df6d511519cbcff7
0x6b1317af37307abdef02c24cfe7149a7200817250fbcbc8a31b5a493f849e1c7
0xe64d681227453caa33bd2dcbf2e194e036f9ab340b13d75da8d6b3050b8b180d

Functions
Getter at block 22127681
MAX_OPERATOR_BALANCE_REQUIREMENT(view returns (uint256)
500000000000000
MAX_TRANSFER_FEE_PERCENTAGE(view returns (uint256)
500
MAX_TRANSFER_LIMIT_PERCENTAGE(view returns (uint256)
500
MIN_OPERATOR_BALANCE_REQUIREMENT(view returns (uint256)
50000000000000
MIN_TRANSFER_FEE_PERCENTAGE(view returns (uint256)
0
MIN_TRANSFER_LIMIT_PERCENTAGE(view returns (uint256)
100
decimals(view returns (uint8)
18
defaultDappAddress(view returns (address)
0x0000000000000000000000000000000000000000
enginePower(view returns (bool)
true
inviteCodeCooldownPeriod(view returns (uint256)
43200
lastAccountToTransfer(view returns (address)
0x0000000000000000000000000000000000000000
liftoffTimestamp(view returns (uint256)
1731020400
liquidityPoolAddress(view returns (address)
0xbc7c45824e168303805c7ea0f53f346b311a009a
name(view returns (string)
ROCKET
operatorBalanceRequirement(view returns (uint256)
500000000000000
owner(view returns (address)
0x43d06f4bb7c78b702b87b568f7aee3f08618bd34
symbol(view returns (string)
ROCKET
totalSupply(view returns (uint256)
1000000000000000000
transferFeePercentage(view returns (uint256)
0
transferLimitPercentage(view returns (uint256)
100
transferLimitTimePeriod(view returns (uint256)
86400
Read-only
activeMembersByInviteCode(addressview returns (uint256)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
fetchRemainingTransferAmount(address userview returns (uint256)
inviteCodeByUser(addressuint256view returns (address)
isOperator(address _addressview returns (bool)
lastInviteCodeChangeTimestamp(addressview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
powerEngine(
renounceOwnership(
setDefaultDappAddress(address _defaultDappAddress
setInviteCode(address[2] _inviteCode
setLiquidityPoolAddress(address _liquidityPoolAddress
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateEngineParameters(uint256 _transferLimitPercentageuint256 _transferFeePercentageuint256 _operatorBalanceRequirement
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 _liftoffTimestampaddress deployer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account