Vagaalabs_xyz
Verified contract
Active on
Ethereum with 3,169 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Vagaalabs_xyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19987547 | 6 months ago | | | 0 | 0.00028748031 | |
| 19808101 | 7 months ago | | | 0 | 0.00021282154 | |
| 19508133 | 8 months ago | | | 0 | 0.00031336120 | |
| 18981108 | a year ago | | | 0 | 0.0015383474 | |
| 18581984 | a year ago | | | 0 | 0.00069614861 | |
| 18292078 | a year ago | | | 0 | 0.00031912902 | |
| 17812222 | a year ago | | | 0 | 0.00036788348 | |
| 17804907 | a year ago | | | 0 | 0.00099558380 | |
| 17543774 | a year ago | | | 0 | 0.0013102505 | |
| 17350595 | 2 years ago | | | 0 | 0.0011395768 |
ABI
ABI objects
Getter at block 21295126
PRICE() view returns (uint256)
10000000000000000
WhitelistMerkleRoot() view returns (bytes32)
0x589d625182ff2798c97268960b0bf75bac10417e1128be8234095b44cc22e820
isPublicSaleOn() view returns (bool)
false
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
Vagaalabs_xyz
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xcc22bc0ea5f703c6be5420d30b3da37beb637b5a
saleConfig() view returns (uint32 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist)
(publicMintStartTime=1782989652, MintStartTime=1782989652, Price=10000000000000000, AmountForWhitelist=0)
symbol() view returns (string)
Vagaa
totalSupply() view returns (uint256)
1991
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist)
PublicMint(uint256 quantity) payable
WhilteListMint(uint256 quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenids)
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)
setMintStartTime(uint32 timestamp)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicMintStartTime(uint32 timestamp)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.