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 "4096"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20778315 | 2 months ago | | | 0 | 0.00057932389 | |
| 20435868 | 4 months ago | | | 0 | 0.00036079651 | |
| 19747061 | 7 months ago | | | 0 | 0.00037050522 | |
| 19624103 | 8 months ago | | | 0 | 0.00076128476 | |
| 19590664 | 8 months ago | | | 0 | 0.0013535204 | |
| 19014046 | a year ago | | | 0 | 0.00072872694 | |
| 18908692 | a year ago | | | 0 | 0.00056751409 | |
| 18802910 | a year ago | | | 0 | 0.00087703503 | |
| 17717670 | a year ago | | | 0 | 0.00090966709 | |
| 17471054 | a year ago | | | 0 | 0.00035208705 |
ABI
ABI objects
Getter at block 21305595
active() view returns (bool)
true
amountLeft() view returns (uint256)
5474
contractURI() pure returns (string)
https://www.4096nfts.io/api/contract_metadata
maxGiveableAmount() view returns (uint256)
512
maxTokenAmount() view returns (uint256)
8192
name() view returns (string)
4096
owner() view returns (address)
0xec44dbf6fe307d825717afd7bb5e05a1ff604c41
saleStartTimestamp() view returns (uint256)
1634248800
symbol() view returns (string)
4096
Read-only
balanceOf(address owner) view returns (uint256)
canMintFree(address account) view returns (bool)
canMintFreeBonus(address account) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 amount) payable
giveaway(address[] receivers, uint256 amount)
mint_bonus()
mint_free()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool state)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.