InQubeta
Verified contract
Active on
Ethereum with 9,004 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 28.835688 | $0.999079 |
$28.81 | |
USDC | ERC-20 | 10 | $0.997777 |
$9.98 | |
QUBE | ERC-20 | 100K | -- | -- | |
QUBE | ERC-20 | 20.980646K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159702 | 37 minutes ago | | | 0 | 0.0011692500 | |
| 21157430 | 8 hours ago | | | 0 | 0.00077187247 | |
| 21157334 | 9 hours ago | | | 0 | 0.00041307358 | |
| 21157332 | 9 hours ago | | | 0 | 0.00036092236 | |
| 21157210 | 9 hours ago | | | 0 | 0.00079396271 | |
| 21157186 | 9 hours ago | | | 0 | 0.0012146217 | |
| 21156820 | 10 hours ago | | | 0 | 0.00068828042 | |
| 21156699 | 11 hours ago | | | 0 | 0.00054501388 | |
| 21156671 | 11 hours ago | | | 0 | 0.00062277596 | |
| 21156483 | 11 hours ago | | | 0 | 0.00062883069 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pairs(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPair(address addressPair)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableFees()
enableFees()
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removePair(address addressPair)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateBuyFee(uint256 _buyFee)
updateFeeCollector(address newFeeCollector)
updateFeesPercents(uint256 _buyFee, uint256 _sellFee)
updateSellFee(uint256 _sellFee)
AddPair(address indexed addressPair, bool enabled, uint256 indexed timestamp)
Approval(address indexed owner, address indexed spender, uint256 value)
DisableFees(bool indexed enabled, uint256 indexed timestamp)
EnableFees(bool indexed enabled, uint256 indexed timestamp)
RemovePair(address indexed addressPair, bool disable, uint256 indexed timestamp)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetFees(uint256 buyFee, uint256 sellFee, uint256 indexed timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFee(uint256 buyFee, uint256 indexed timestamp)
UpdateFeeCollector(address indexed feeCollector, uint256 indexed timestamp)
UpdateSellFee(uint256 buyFee, uint256 indexed timestamp)
constructor(address _admin, uint256 _initialSupply, uint256 _buyFee, uint256 _sellFee, address _feeCollector)
This contract contains no fallback and receive objects.
AccessIsDenied(string err)
ExistsAddress(string err)
ExistsValue(string err)
HighValue(string err)
IsNotContract(string err)
NotFoundAddress(string err)
ZeroAddress(string err)
ZeroAmount(string err)