THE ZABA$
Verified contract
Active on
Ethereum with 1,773 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 ZABA$"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20817861 | 2 months ago | | | 0 | 0.00027960180 | |
| 20744304 | 2 months ago | | | 0 | 0.00010019277 | |
| 20695162 | 3 months ago | | | 0 | 0.000085702283 | |
| 20687679 | 3 months ago | | | 0 | 0.000056847021 | |
| 20687678 | 3 months ago | | | 0 | 0.000075410990 | |
| 20647805 | 3 months ago | | | 0 | 0.000044255497 | |
| 20622250 | 3 months ago | | | 0 | 0.00010950273 | |
| 20622246 | 3 months ago | | | 0 | 0.00018523553 | |
| 20599014 | 3 months ago | | | 0 | 0.000064502059 | |
| 20562899 | 3 months ago | | | 0 | 0.00018294273 |
ABI
ABI objects
Getter at block 21256354
baseTokenURI() view returns (string)
https://nyc3.digitaloceanspaces.com/zabas/zabas/public/metadata/
fee() view returns (uint256)
10000000000000000
limit() view returns (uint16)
5
maxSupply() view returns (uint256)
4444
mintStage() view returns (uint8)
2
name() view returns (string)
THE ZABA$
owner() view returns (address)
0x116be97a2d15c5bbf7fe69d81a299df3c310c21d
preTokenURI() view returns (string)
ipfs://QmWdmTGaPS4FkyN69kWf4pGdWE9qCxiTAHehYDmmH3fg1b/
symbol() view returns (string)
ZABA$
totalSupply() view returns (uint256)
3517
treasury() view returns (address)
0x116be97a2d15c5bbf7fe69d81a299df3c310c21d
wlMerkleRoot() view returns (bytes32)
0xf41831ce79c906d92cc3a80018a857a1e3cc1a5f9ef328a7c957ff65d69f4db6
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address account, bytes32[] proof) view returns (bool)
limitIndex(address) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string uri)
State-modifying
Events admint(uint16 amount)
approve(address to, uint256 tokenId)
mint(uint16 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMintFee(uint256 _mintFee)
setMintLimit(uint16 _mintLimit)
setMintStage(uint8 _mintStage)
setPreTokenURI(string _preTokenURI)
setTreasury(address _treasury)
setWhitelistRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
wlMint(uint16 amount, bytes32[] proof) payable
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.