Cryptographic Universal Blockchain Exchange
Verified contract
Active on
Ethereum with 343 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CUBE | ERC-20 | 35.604432M | -- | -- | |
(#781048) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#781047) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#781046) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21272307
ROUTER() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
decimals() view returns (uint8)
18
liquidityPositons() view returns (uint256[])
[781046, 781047, 781048]
name() view returns (string)
Cryptographic Universal Blockchain Exchange
owner() view returns (address)
0x6cd568e25be3d15ffb70d32de76eef32c1e2fc03
pairedTokensView() view returns (address[])
[0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0x6B175474E89094C44Da98b954EedeAC495271d0F, 0x6F2495e244915B164dF57Ba135F8430fA01C4d25]
symbol() view returns (string)
CUBE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feesUsed(address, uint24) view returns (bool)
pools(uint256) view returns (address)
usedTokens(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claim()
claimFees()
claimSpecficPositions(uint256[] positions)
createNewPosition(address token, uint256 lowerMC, uint256 upperMC, uint24 fee)
erc20Withdrawal(address[] tokens)
initialize()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _tokenSupply)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)