Blocktones
Verified contract
Active on
Ethereum with 3,069 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Blocktones"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159077 | 9 days ago | | | 0 | 0.0015304493 | |
| 21116119 | 15 days ago | | | 0 | 0.00027654394 | |
| 20960453 | a month ago | | | 0 | 0.00074745127 | |
| 20850624 | 2 months ago | | | 0 | 0.00031984038 | |
| 20629594 | 3 months ago | | | 0 | 0.00023142940 | |
| 20607205 | 3 months ago | | | 0 | 0.000055890557 | |
| 20558428 | 3 months ago | | | 0 | 0.000025051271 | |
| 20558423 | 3 months ago | | | 0 | 0.000025657276 | |
| 20528083 | 3 months ago | | | 0 | 0.00023956681 | |
| 20473259 | 3 months ago | | | 0 | 0.000049578261 |
ABI
ABI objects
Getter at block 21221339
maxSupply() view returns (uint256)
4444
merkleRootReduced() view returns (bytes32)
0x9687e47377eea50c6fe394b7fcbf5b1f2a5bec60d54fdd425b7b73564404c5e1
merkleRootWL() view returns (bytes32)
0xf3d917bc783569c6b87bbca9ed6d458dff28aeda1ff1e9d49dfee15c33270b16
merkleRootWindow1() view returns (bytes32)
0x01570700210817f7efc41f05cf27a543191a5508a3ded504c94752c18d7aaac1
name() view returns (string)
Blocktones
owner() view returns (address)
0x62c3bffdab91c0bb4bf0abbdd52d9f48889cfb12
perWalletLimit() view returns (uint256)
10
price() view returns (uint256)
110000000000000000
priceReduced() view returns (uint256)
80000000000000000
publicLive() view returns (bool)
false
reducedLive() view returns (bool)
false
symbol() view returns (string)
BLOCKTONES
totalSupply() view returns (uint256)
2500
whitelistLive() view returns (bool)
false
window1Live() view returns (bool)
false
withdrawalAddress() view returns (address)
0x3984d3614f5cb6120c2097feb664b674a5a63183
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)
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)
tokensOwnedByAddress(address user) view returns (uint256[])
verify(bytes32 root, bytes32 leaf, bytes32[] proof) pure returns (bool)
State-modifying
Events adminMint(address to, uint256 quantity)
approve(address to, uint256 tokenId)
publicMint(uint256 quantity) payable
reducedMint(uint256 quantity, bytes32[] proof) payable
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)
setMaxSupply(uint256 _maxSupply)
setMerkleRootReduced(bytes32 _root)
setMerkleRootWL(bytes32 _root)
setMerkleRootWindow1(bytes32 _root)
setPerWalletLimit(uint256 _limit)
setPrice(uint256 _price)
setPriceReduced(uint256 _price)
setPublicLive(bool _set)
setReducedLive(bool _set)
setWhitelistLive(bool _set)
setWindow1Live(bool _set)
setWithdrawalAddress(address _addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] proof) payable
window1Mint(uint256 quantity, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed to, uint256 amount)
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.
This contract contains no error objects.