Cangster
Verified contract
Active on
Ethereum with 5,971 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 "Cangster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20770762 | 2 months ago | | | 0 | 0.00017570031 | |
| 20632679 | 3 months ago | | | 0 | 0.000067713838 | |
| 19836944 | 6 months ago | | | 0 | 0.000083802000 | |
| 19836944 | 6 months ago | | | 0 | 0.00013969800 | |
| 19699766 | 7 months ago | | | 0 | 0.00032139030 | |
| 19603764 | 8 months ago | | | 0 | 0.00072247051 | |
| 19572412 | 8 months ago | | | 0 | 0.0010510580 | |
| 19493538 | 8 months ago | | | 0 | 0.00046538253 | |
| 19072477 | 10 months ago | | | 0 | 0.00027561837 | |
| 18996745 | 10 months ago | | | 0 | 0.00076934808 |
ABI
ABI objects
Getter at block 21259566
costForCangster() view returns (uint256)
0
getMintCountForCangster() view returns (uint256)
0
managerAccount() view returns (address)
0x33b524578daced147215e94a73479defb7d5834a
maxMintAmountForCangsterPerEach() view returns (uint256)
3
maxMintAmountPerTx() view returns (uint256)
3
maxMintCountForCangster() view returns (uint256)
10000
maxSupply() view returns (uint256)
10000
mintCountForCangster() view returns (uint256)
0
name() view returns (string)
Cangster
owner() view returns (address)
0xfc2d3e8c0a07eac7771f4a8bec4a210b1f49de2a
paused() view returns (bool)
false
pausedForCangster() view returns (bool)
true
pausedForCangsterPublicMinting() view returns (bool)
true
symbol() view returns (string)
CANG
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://QmdipYrpZWSTkQjnqx3SSNoVA2HvP9vot575rnYdosNZ64/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedForCangster(address _checkAddress) view returns (uint256)
getWhitelistedForCangster(address _checkAddress) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedForCangster(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistForCangster(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenIds)
burnLoop(uint256[] _tokenIds)
mintForCangster(uint256 _mintAmount) payable
mintForCangsterWL(uint256 _mintAmount) payable
ownerMintLoop(address[] _mintingMembers, uint256[] _tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountForCangsterPerEach(uint256 _maxMintAmountForCangsterPerEach)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setPausedForCangster(bool _state)
setPausedForCangsterPublicMinting(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistForCangster(address _whitelistMember, bool _enable)
setWhitelistForCangsterForLoop(address[] _whitelistMembers)
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.
OperatorNotAllowed(address operator)