CarMan_Metaverse
Verified contract
Active on
Ethereum with 2,486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "CarMan_Metaverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192961 | 11 days ago | | | 0 | 0.0010206825 | |
| 21143762 | 18 days ago | | | 0 | 0.0010368907 | |
| 21058465 | a month ago | | | 0 | 0.00050774188 | |
| 20991298 | a month ago | | | 0 | 0.0022634100 | |
| 20983435 | a month ago | | | 0 | 0.00072310368 | |
| 20980136 | a month ago | | | 0 | 0.0012746838 | |
| 20980122 | a month ago | | | 0 | 0.0012105945 | |
| 20956404 | a month ago | | | 0 | 0.0010347458 | |
| 20942444 | 2 months ago | | | 0 | 0.0022821647 | |
| 20903435 | 2 months ago | | | 0 | 0.00024138326 |
ABI
ABI objects
Getter at block 21273214
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmYvJEw4LHBpaehH6mYZV9YXC372QSWL4BPFVJvUkKqRCg/
cost() view returns (uint256)
500000000000000000
currentPhaseMintMaxAmount() view returns (uint256)
1281
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
2000
name() view returns (string)
CarMan_Metaverse
nftPerAddressLimit() view returns (uint256)
2000
notRevealedUri() view returns (string)
ipfs://QmR8PkDrunKm3LAzNxGuv5XqAxtU9n3z5XmKGEt7hnjbb6/hidden.json
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x43d78e6e4e205e98771e648a2f46e86024b9aba2
preSaleIsActive() view returns (bool)
false
preSalePaused() view returns (bool)
true
preSaleStart() view returns (uint32)
1646964000
publicSaleIsActive() view returns (bool)
false
publicSalePaused() view returns (bool)
true
publicSaleStart() view returns (uint32)
1647136800
revealed() view returns (bool)
true
symbol() view returns (string)
CMM
totalSupply() view returns (uint256)
1281
vipSaleIsActive() view returns (bool)
false
vipSalePaused() view returns (bool)
true
vipSaleStart() view returns (uint32)
1646618400
Read-only
balanceOf(address owner) view returns (uint256)
checkVIPMintAmount(address _account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addController(address controller)
approve(address to, uint256 tokenId)
preSaleMint(uint256 _mintAmount) payable
publicSaleMint(uint256 _mintAmount) payable
removeController(address controller)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setPreSalePause(bool _state)
setPreSaleStart(uint32 timestamp)
setPublicSalePause(bool _state)
setPublicSaleStart(uint32 timestamp)
setVIPMintAmount(address[] _accounts, uint256[] _amounts)
setVIPSalePause(bool _state)
setVIPSaleStart(uint32 timestamp)
setcurrentPhaseMintMaxAmount(uint256 _newPhaseAmount)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipSaleMint(uint256 _mintAmount)
whitelistUsers(address[] _users)
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.