Qubits On The Ice
Verified contract
Active on
Ethereum with 6,396 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Qubits On The Ice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156150 | 6 days ago | | | 0 | 0.00060963355 | |
| 20999998 | a month ago | | | 0 | 0.0016102504 | |
| 20910940 | a month ago | | | 0 | 0.00022747058 | |
| 20910937 | a month ago | | | 0 | 0.00023696943 | |
| 20910935 | a month ago | | | 0 | 0.00021125184 | |
| 20910935 | a month ago | | | 0 | 0.00021114765 | |
| 20891657 | a month ago | | | 0 | 0.00023019135 | |
| 20835377 | 2 months ago | | | 0 | 0.0027681418 | |
| 20756594 | 2 months ago | | | 0 | 0.00023075808 | |
| 20637738 | 3 months ago | | | 0 | 0.000070250746 |
ABI
ABI objects
Getter at block 21201609
_paused() view returns (bool)
true
_qubinatorPaused() view returns (bool)
false
_qubinatorStartCount() view returns (uint256)
10011
getPrice() view returns (uint256)
25000000000000000
getQubinatorPrice() view returns (uint256)
0
name() view returns (string)
Qubits On The Ice
owner() view returns (address)
0x2b58da913a46aa4c413185889a4f050700409b95
symbol() view returns (string)
QOTI
totalSupply() view returns (uint256)
9988
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isUnboxed(uint256 id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
pause(bool val)
purchase(uint256 num) payable
qubinatorPause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendQubinator(uint256 qubit1, uint256 qubit2)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
setQubinatorPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unboxQubit(uint256 tokenId, bool val)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.