InQubeta

Verified contract

Active on Ethereum with 9,125 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.86
ERC-20
Value $10
ERC-20
--
ERC-20
--
0xd859f17eb5f4722cb1722f56d25b6124c2dd0221eb7767fb42a3a10058dcc363
0x1a53d6e049ca5b68121cc934c27a7d92b3ed71a988fedf079dff6862795aa8f5
0x397bd9ddefbbdd5e0ce1a1b18ca4582ac750c836085c6436a70cb25f435215e7
0x5d3882df31e3d0a626b604816b5eb66677747bb5d9212632441141d311cda0e3
0xce09d99d61b77644569c831b7ba5dc7aa234c5593107a088669a069d7ebe76ba
0x8b54ab9273060edd5b0ab632fa4b68f2ff38a04c0a47e21dadbe3967208c838d
0x459c0cf78ce558769d462709c24016a0e2f0e7221d08d48a7f311fc2d4442a00
0x3cf1fbed018371e42a84573acde84b33e38567619e4580b00450b1784f07d37c
0x304efd9c66b67e4132bf5ac862251b14a212fce701d945369a70124dd840048c
0x18eb2a29c4c23d14de3ca4c5f19293bd304e03cb632c2bcc46b8d7bf7a4b590c

Functions
Getter at block 21246559
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