The Cubists by Lorenzo Lozini
Verified contract
Active on
Ethereum with 500 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TKNFY | ERC-20 | 86.775K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20659875 | 3 months ago | | | 0 | 0.000051552062 | |
| 20659841 | 3 months ago | | | 0 | 0.000062637311 | |
| 19926242 | 6 months ago | | | 0 | 0.00090723761 | |
| 19635584 | 8 months ago | | | 0 | 0.00055204126 | |
| 19623430 | 8 months ago | | | 0 | 0.00066606448 | |
| 19271623 | 9 months ago | | | 0 | 0.0010870436 | |
| 17027368 | 2 years ago | | | 0 | 0.0014136817 | |
| 16548249 | 2 years ago | | | 0 | 0.00098658356 | |
| 16433006 | 2 years ago | | | 0 | 0.00087609491 | |
| 16433005 | 2 years ago | | | 0 | 0.00086760804 |
ABI
ABI objects
Getter at block 21312444
burnLive() view returns (bool)
false
contractURI() view returns (string)
https://tokenfy-production-public.s3.us-east-2.amazonaws.com/12/contract-uri
ethEnabled() view returns (bool)
true
instantRevealActive() view returns (bool)
true
maxPerMint() view returns (uint256)
20
maxSupply() view returns (uint256)
5555
name() view returns (string)
The Cubists by Lorenzo Lozini
owner() view returns (address)
0x8736edff3e5e722f4d2e77ed5376d34a867df88c
presaleLive() view returns (bool)
false
presaleMaxPerMint() view returns (uint256)
12
presaleMaxSupply() view returns (uint256)
5555
presalePricePerToken() view returns (uint256)
0
pricePerToken() view returns (uint256)
11100000000000000
saleLive() view returns (bool)
true
symbol() view returns (string)
CUBEY
tokenfyAddress() view returns (address)
0xa6dd98031551c23bb4a2fbe2c4d524e8f737c6f7
tokenfyEnabled() view returns (bool)
true
tokenfyPresalePrice() view returns (uint256)
0
tokenfyPrice() view returns (uint256)
10000000000000000000000
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 qty, address to)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxSupply(uint256 _maxSupply)
changePresaleMaxSupply(uint256 _maxSupply)
changePresalePrice(uint256 newPrice)
changePrice(uint256 newPrice)
changeTokenfyPresalePrice(uint256 newPrice)
changeTokenfyPrice(uint256 newPrice)
mint(uint256 qty) payable
mintTokenfy(uint256 qty, uint256 value)
presaleMint(bytes32 hash, bytes sig, uint256 qty, uint256 max, uint256 expiresAt) payable
presaleMintTokenfy(bytes32 hash, bytes sig, uint256 qty, uint256 max, uint256 expiresAt, uint256 value)
reclaimERC1155(address erc1155Token, uint256 id, address to)
reclaimERC20(address erc20Token, address to)
reclaimERC721(address erc721Token, uint256 id, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBurnLive(bool live)
setContractURI(string newuri)
setETHEnabled(bool enabled)
setInstantReveal(bool reveal)
setMaxPerMint(uint256 _maxPerMint)
setPresaleLive(bool live)
setPresaleMaxPerMint(uint256 _maxPerMint)
setSaleLive(bool live)
setSignerAddress(address _signer)
setTokenfyEnabled(bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEarnings()
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(address _signerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.