Worst Side
Verified contract
Active on
Ethereum with 512 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 "Worst Side"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19087450 | 10 months ago | | | 0 | 0.00041568668 | |
| 18196634 | a year ago | | | 0 | 0.00034382819 | |
| 17960240 | a year ago | | | 0 | 0.00088304385 | |
| 17539721 | a year ago | | | 0 | 0.00034956665 | |
| 17436234 | a year ago | | | 0 | 0.0016717206 | |
| 17306298 | 2 years ago | | | 0 | 0.0013472781 | |
| 17001934 | 2 years ago | | | 0 | 0.00059612774 | |
| 16812839 | 2 years ago | | | 0 | 0.00054457913 | |
| 16653712 | 2 years ago | | | 0 | 0.00093812875 | |
| 16618080 | 2 years ago | | | 0 | 0.00037617794 |
ABI
ABI objects
Getter at block 21322367
baseExtension() view returns (string)
.json
isApeMintEnable() view returns (bool)
false
isPillMintEnable() view returns (bool)
true
isPublicMintEnable() view returns (bool)
false
maxSupply() view returns (uint256)
1000
mintApePrice() view returns (uint256)
9000000000000000
mintPillPrice() view returns (uint256)
9000000000000000
mintPublicPrice() view returns (uint256)
20000000000000000
name() view returns (string)
Worst Side
notRevealedUri() view returns (string)
https://ipfs.infura.io/ipfs/QmUzJZhYL9pdLxqqzkmovvXZmJaBdpoSgHEm1MYMGYhivW
owner() view returns (address)
0xcbf06e7b58397113476ff1269025e26fabf76de3
revealed() view returns (bool)
false
symbol() view returns (string)
WS
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApelisted(address _user) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isPillted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events apeMint(uint256 quantity_) payable
apelistUsers(address[] _users)
approve(address to, uint256 tokenId)
mint(uint256 quantity_) payable
pillMint(uint256 quantity_) payable
pillUsers(address[] _users)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCostApe(uint256 _cost)
setCostPill(uint256 _cost)
setCostPublic(uint256 _cost)
setIsApeMintEnabled()
setIsPillMintEnabled()
setIsPublicMintEnabled()
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
worstMint(uint256 quantity_)
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.