The Blocks
Verified contract
Active on
Ethereum with 171 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 "The Blocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18140430 | a year ago | | | 0 | 0.00058630675 | |
| 18043629 | a year ago | | | 0 | 0.0010668677 | |
| 16905901 | 2 years ago | | | 0 | 0.00073740791 | |
| 16844387 | 2 years ago | | | 0 | 0.00052791861 | |
| 16844363 | 2 years ago | | | 0.4 | 0.0061263396 | |
| 16835891 | 2 years ago | | | 0 | 0.00099144996 | |
| 16833800 | 2 years ago | | | 0.5 | 0.010882660 | |
| 16614490 | 2 years ago | | | 0 | 0.00084216309 | |
| 16614485 | 2 years ago | | | 0 | 0.00084866868 | |
| 16614478 | 2 years ago | | | 0 | 0.00085131613 |
ABI
ABI objects
Getter at block 21260951
GIFT() view returns (uint256)
100
MAX() view returns (uint256)
3333
PRESALE_PURCHASE_LIMIT() view returns (uint256)
10
PRICE() view returns (uint256)
50000000000000000
PUBLIC() view returns (uint256)
3233
PUBLIC_PER_MINT() view returns (uint256)
10
WHITELIST_PRICE() view returns (uint256)
40000000000000000
getPrice() view returns (uint256)
50000000000000000
giftedAmount() view returns (uint256)
75
locked() view returns (bool)
false
name() view returns (string)
The Blocks
owner() view returns (address)
0x21ad545a4c6fb30adfd8d7388a54217b791694b1
presaleLive() view returns (bool)
false
proof() view returns (string)
a51bdbcd4c977a2946c138ff6645101a3d697788c73149531615af6e914c1ad6
publicAmountMinted() view returns (uint256)
226
revealed() view returns (bool)
true
saleLive() view returns (bool)
true
symbol() view returns (string)
BLOCKS
totalSupply() view returns (uint256)
301
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalerListPurchases(address) view returns (uint256)
publicListPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(uint256 tokenQuantity) payable
gift(address[] receivers)
giftMultiple(address receiver, uint256 quantity)
lockMetadata()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setNotRevealedURI(string _notRevealedURI)
setProvenanceHash(string hash)
togglePresaleStatus()
toggleSaleStatus()
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)
Gift(address[] receivers)
GiftMultiple(address indexed receiver, uint256 quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicPurchase(address indexed user, uint256 indexed quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.