Crypto Poly Wealth Club
Verified contract
Active on
Ethereum with 2,032 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 "Crypto Poly Wealth Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21011309 | 22 days ago | | | 0 | 0.00035190612 | |
| 20643441 | 2 months ago | | | 0 | 0.000073369818 | |
| 20443514 | 3 months ago | | | 0 | 0.00022484510 | |
| 20443511 | 3 months ago | | | 0 | 0.00023076725 | |
| 20443509 | 3 months ago | | | 0 | 0.00022367198 | |
| 20442721 | 3 months ago | | | 0 | 0.00018535402 | |
| 20442718 | 3 months ago | | | 0 | 0.00026806969 | |
| 20369089 | 4 months ago | | | 0 | 0.00012479141 | |
| 20369087 | 4 months ago | | | 0 | 0.00021380750 | |
| 20296215 | 4 months ago | | | 0 | 0.000041255414 |
ABI
ABI objects
Getter at block 21170989
PRESALE_Price() view returns (uint256)
100000000000000000
PUBLICSALE_Price() view returns (uint256)
100000000000000000
baseURI() view returns (string)
https://apicryptopoly.vercel.app/api/nft/
dev_address() view returns (address)
0xce1b9dda031eff757254c362e894605b02bd0861
maxSupply() view returns (uint256)
7777
name() view returns (string)
Crypto Poly Wealth Club
owner() view returns (address)
0x2069c2eed79ba69e74ad38aa0a2e787cda890a87
pause_sale() view returns (bool)
false
presale_Limit() view returns (uint256)
3300
presale_startTime() view returns (uint256)
1642467600
sale_startTime() view returns (uint256)
1642957200
symbol() view returns (string)
CPWC
totalSupply() view returns (uint256)
2154
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _sender) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presale_mint_count(address) view returns (uint256)
publicsale_mint_count(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addPresaleList(address[] _wallets)
approve(address to, uint256 tokenId)
buy(uint256 _count) payable
buy_Presale(uint256 _count) payable
change_dev_address(address _temp)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGifts(address[] _wallets)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setPauseSale(bool temp)
set_presale_limit(uint256 _limit)
set_presale_price(uint256 _price)
set_presale_start_time(uint256 _time)
set_publicsale_price(uint256 _price)
set_start_time(uint256 _time)
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.
This contract contains no error objects.