Volution

Verified contract

Active on Ethereum with 515 txns
Deployed by via 0x574657c2 at 15580373
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Volution"

0x29b4a774306969cd6de68d4fbea7f8f0016bce065acfc145287d24cea439c816
0xc2115339598d1e3b35640fef845a50096224488aa3dd4b66202b7485ad6ee8b2
0x1b763d2e47666c6e78a830fe1dd02f0a525d26807cbfb2ee73699d0b8b4471e0
0x32c5a56903676f2117b49b564840a1c13fc7ffc39d1bbaed4fbaeb077d6db303
0xf529b917213cdc69b002dd2af64ad0b2e818c23c2e1c4c270ba5272832792530
0x5ed5a152f78f720f4d8dfdd113d87ed6a0a8994bac96bdeee276af6c7b6472ca
0xfde1fb5f024e2f5cbf05b0e14359435933589c1dbcfb842cba00b65ab1ccb8d8
0x72cadf28d4c298434d2e7a32deb35011b3e1e6e27e6e5822cf9a009859ecd01c
0xf538a2b9c8776ed85b2b45bb7a782838efb93aac0fd0fd21d24306227d4c0c4f
0x5bd2b2ff968e3046ea76f1b58c2b141c6bce6df1ec4635b9d85fb899bc25d6fe

Functions
Getter at block 21026808
_baseTokenEXT(view returns (string)
_baseTokenURI(view returns (string)
maxMint(view returns (uint256)
5
maxSupply(view returns (uint256)
1999
name(view returns (string)
Volution
notRevealedUri(view returns (string)
ipfs://Qmd732Wq5LWvXQbWtGsPqj1oaX6DWQey54zzLurRG6fCbN/
owner(view returns (address)
0xaa45d7cc4c0154f29b5e3464d89d525ae2141b97
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
VT
totalSupply(view returns (uint256)
1951
Read-only
_totalMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
changeURLParams(string _nURLstring _nBaseExt
mint(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setNotRevealedURI(string _notRevealedURI
tooglePause(
toogleReveal(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(