Paper Chasers
Verified contract
Active on
Ethereum with 1,007 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb7ec…737c
0xe810…209f
0x1ed5…2fdf
Balances ($0.00)
No balances found for "Paper Chasers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269941 | 16 days ago | | | 0 | 0.00036296200 | |
| 20604519 | 4 months ago | | | 0 | 0.000045365459 | |
| 20574088 | 4 months ago | | | 0 | 0.000038276152 | |
| 20574076 | 4 months ago | | | 0 | 0.000041375504 | |
| 20574076 | 4 months ago | | | 0 | 0.000041375504 | |
| 20574076 | 4 months ago | | | 0 | 0.000055720735 | |
| 20570829 | 4 months ago | | | 0 | 0.000046791000 | |
| 20569928 | 4 months ago | | | 0 | 0.000058680932 | |
| 20569928 | 4 months ago | | | 0 | 0.000065009281 | |
| 20569928 | 4 months ago | | | 0 | 0.000065009281 |
ABI
ABI objects
Getter at block 21384575 accountBalance() view returns (uint256)
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmbhbhzMYE6oCLRDA6yTrkXqAasxGAaGBSD7VCnbCbSyjS/
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
5
maxPerAddress() view returns (uint256)
20
maxPerWhitelist() view returns (uint256)
1
maxSupply() view returns (uint256)
2021
name() view returns (string)
Paper Chasers
owner() view returns (address)
0x0c3695f8e5826fab63c556bf5d6de2e7b7e406fc
paused() view returns (bool)
true
symbol() view returns (string)
PCS
totalSupply() view returns (uint256)
2021
whitelistOn() view returns (bool)
false
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) 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)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(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)
setMaxPerAddress(uint256 _limit)
setWhitelistOn(bool _state)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdrawFunds()
withdrawToOwner() payable
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.