Enso Zen Genesis
Verified contract
Active on
Base with 165 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 "Enso Zen Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7942066 | a year ago | | | 0 | 0.000000003842727317 | |
| 5681028 | a year ago | | | 0 | 0.000000018078665460 | |
| 5681011 | a year ago | | | 0.0005 | 0.0000073231466 | |
| 5627362 | a year ago | | | 0.00005 | 2.3644779e-7 | |
| 5606209 | a year ago | | | 0 | 0.000000029432530600 | |
| 5590539 | a year ago | | | 0.000005 | 0.000000029402821392 | |
| 5590337 | a year ago | | | 0.00005 | 3.2623215e-7 | |
| 5553695 | a year ago | | | 0.00005 | 9.4307061e-7 | |
| 5553688 | a year ago | | | 0.00005 | 9.4461869e-7 | |
| 5553672 | a year ago | | | 0.00005 | 0.0000010410130 |
ABI
ABI objects
Getter at block 21997870
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
5000000000000
name() view returns (string)
Enso Zen Genesis
owner() view returns (address)
0x710b8be7e6287c385869c3fb614b704d97bb6f86
symbol() view returns (string)
ENSO
totalSupply() view returns (uint256)
1524
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
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)
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.