Uniblocks
Verified contract
Active on
Ethereum with 926 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 "Uniblocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272767 | 8 days ago | | | 0 | 0.00080609765 | |
| 20969248 | 2 months ago | | | 0 | 0.00064219747 | |
| 20917523 | 2 months ago | | | 0 | 0.00038052143 | |
| 20893099 | 2 months ago | | | 0 | 0.00066411361 | |
| 20879056 | 2 months ago | | | 0 | 0.0019548858 | |
| 20836930 | 2 months ago | | | 0 | 0.0010427647 | |
| 20830217 | 2 months ago | | | 0 | 0.0016744608 | |
| 20830213 | 2 months ago | | | 0 | 0.0017802983 | |
| 20805783 | 2 months ago | | | 0 | 0.00068791017 | |
| 20328733 | 5 months ago | | | 0 | 0.00038708715 |
ABI
ABI objects
Getter at block 21327784
MAX_SUPPLY() view returns (uint256)
2000
PREMINT_DURATION() view returns (uint256)
3600
finalized() view returns (bool)
true
isPremintActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xffea51b8559e37f6b3eb3702155de48f5a3e5ef3659ab5eba6a0c24b8c5fa4ca
owner() view returns (address)
0x20352281fd7f94572cc739b946b1c930ec7630b8
premintStartTime() view returns (uint256)
1
price() view returns (uint256)
100000000000000000
totalRedeemed() view returns (uint256)
108
totalSupply() view returns (uint256)
1370
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events finalize()
premint(uint256 amount, bytes32[] merkleProof) payable
publicMint(uint256 amount) payable
redeem(uint256 amount, bytes32 info)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPremintStartTime(uint256 _premintStartTime)
setRoot(bytes32 _merkleRoot)
transferOwnership(address newOwner)
withdraw(address tokenAddress, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed user, address indexed newOwner)
Redemption(bytes32 indexed info, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor(string baseURI, bytes32 _merkleRoot, uint256 _premintStartTime, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.