Rubik's NFT
Verified contract
Active on
Ethereum with 873 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 "Rubik's NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18908538 | a year ago | | | 0 | 0.00056530844 | |
| 18703111 | a year ago | | | 0 | 0.0013604773 | |
| 16458224 | 2 years ago | | | 0 | 0.00074078337 | |
| 15844397 | 2 years ago | | | 0 | 0.00028136611 | |
| 15844391 | 2 years ago | | | 0 | 0.00023868722 | |
| 15843475 | 2 years ago | | | 0 | 0.00054397928 | |
| 15766254 | 2 years ago | | | 0 | 0.00068332357 | |
| 15761636 | 2 years ago | | | 0 | 0.00056238322 | |
| 15627601 | 2 years ago | | | 0 | 0.00076470037 | |
| 15561147 | 2 years ago | | | 0 | 0.00045330258 |
ABI
ABI objects
Getter at block 21265719
FREE_MAX_SUPPLY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
666
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmS6rqMnfdPck4V7o3WJydVWBGM5RfJzPHG3mN9DvfXxTP/
contractURI() view returns (string)
ipfs://QmdEzup4RPsvdjRZ6fv4ZH6iutY7f2pjiRCZdkh6cLnJQX
name() view returns (string)
Rubik's NFT
owner() view returns (address)
0x04f120b26df13f267b3fb74e8ca5b380283279e5
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
Rubik
totalSupply() view returns (uint256)
666
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint() payable
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
setupOS()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()