InQubeta

Verified contract

Active on Ethereum with 9,004 txns
Deployed by via 0x234c0750 at 19610442
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $28.81
ERC-20
Value $9.98
ERC-20
--
ERC-20
--
0xebff52435b546c9501e7e2f4749cc46c2bd83b090caa5439f172e16a1daf5c53
0xcc8b7bbb8a01cd9dd21e7ffb6daf10cccab3daf957582c647590f174e24a4f72
0x5678f72b6c46a5c7f3850028591bdb35b75ce4410e1c779e1532a8266db3c23b
0x3782dda8f339dd9af3376a153a1ad85e02863e02d40041416d465f4882281754
0x666523c7b62175bb9974931c7ade2790a65a9d8127fc2aae53a5291e86d32a22
0xa1dabc541d4c27b14ff9f4da44b11ee621064b070abfd8b51d3fc3f4d13aa61b
0x9972c0b324daf320957d38abedfd42e59b77e7cce6aca9300d3ce1eacc65077e
0x980ffbdc3ae0b2e059914d8a87cec05bd74b68284620abd6f606a50433ab2058
0xecfe47ca4896ee82e71e352a0b0a1fecc63075ecd042023ec06ffbcca8cd36ef
0xd0906994dbc79727421ef8324367bd546d4b8701d75c10ecffc518d9dddfe650

Functions
Getter at block 21159881
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_DISTRIBUTION_ROLE(view returns (bytes32)
0xa56be0bb4dc7e0954b8ccc78ba1e1a046d82357f58efb06203f0030483436ded
buyFee(view returns (uint256)
500
decimals(view returns (uint8)
18
feeCollector(view returns (address)
0xace14aa32369ea6871095fade80e762133709d02
isEnabledFees(view returns (bool)
true
name(view returns (string)
InQubeta
sellFee(view returns (uint256)
1000
symbol(view returns (string)
QUBE
totalSupply(view returns (uint256)
1500000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
pairs(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addPair(address addressPair
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableFees(
enableFees(
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
removePair(address addressPair
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
updateBuyFee(uint256 _buyFee
updateFeeCollector(address newFeeCollector
updateFeesPercents(uint256 _buyFeeuint256 _sellFee
updateSellFee(uint256 _sellFee
Events
AddPair(address indexed addressPairbool enableduint256 indexed timestamp
Approval(address indexed owneraddress indexed spenderuint256 value
DisableFees(bool indexed enableduint256 indexed timestamp
EnableFees(bool indexed enableduint256 indexed timestamp
RemovePair(address indexed addressPairbool disableuint256 indexed timestamp
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetFees(uint256 buyFeeuint256 sellFeeuint256 indexed timestamp
Transfer(address indexed fromaddress indexed touint256 value
UpdateBuyFee(uint256 buyFeeuint256 indexed timestamp
UpdateFeeCollector(address indexed feeCollectoruint256 indexed timestamp
UpdateSellFee(uint256 buyFeeuint256 indexed timestamp
Constructor
constructor(address _adminuint256 _initialSupplyuint256 _buyFeeuint256 _sellFeeaddress _feeCollector
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessIsDenied(string err
ExistsAddress(string err
ExistsValue(string err
HighValue(string err
IsNotContract(string err
NotFoundAddress(string err
ZeroAddress(string err
ZeroAmount(string err