Wei Pop
Verified contract
Active on
Ethereum with 1,291 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 "Wei Pop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20593438 | 3 months ago | | | 0 | 0.00017414028 | |
| 20302339 | 4 months ago | | | 0 | 0.00014157513 | |
| 20296897 | 5 months ago | | | 0 | 0.00011566346 | |
| 19679322 | 7 months ago | | | 0 | 0.00052521753 | |
| 18896685 | a year ago | | | 0 | 0.00056774289 | |
| 18634195 | a year ago | | | 0 | 0.0016881344 | |
| 18601631 | a year ago | | | 0 | 0.00079482066 | |
| 18601622 | a year ago | | | 0 | 0.00075803132 | |
| 18601586 | a year ago | | | 0 | 0.0010310240 | |
| 18601571 | a year ago | | | 0 | 0.0011271976 |
ABI
ABI objects
Getter at block 21290796
_collectionName() view returns (string)
Wei Pop
_collectionSymbol() view returns (string)
WPOP
amountMinted() view returns (uint256)
4269
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
4269
name() view returns (string)
Wei Pop
owner() view returns (address)
0x2cafaf68d5a2bd8200d9647884b6f96c4eaee677
publicActive() view returns (bool)
false
symbol() view returns (string)
WPOP
totalSupply() view returns (uint256)
4269
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
backupWithdraw() payable
mint(uint256 _mintAmount) payable
publicSaleToggle(bool _state)
renounceOwnership()
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)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.