Parcel404

Verified contract

Active on Ethereum with 526 txns
Deployed by via 0xf3052b1c at 19186166
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Parcel404"

0xc177579dcdbcd0662e73aa2d47fed2545bec1995650c438781b067314998d777
0x3349d675a604d9c7ef1839058b9c956f5426ed3dcf4f9d3468055d5b188ece0e
0xe8975a17afccba8b4a02bfffe277bb0dcfdccd590b133f169b3e7402cb8ee63e
0xacafcbc879068af5392a4f64b433f17334b441c4e6a7885274e8dc884156bcf3
0x832f3c0ed74e7a18af84d489a1ec77ab08cb6c73e3e7189101764b074c3f04b7
0xdb8f784e7724657e7ba0bfd0e23c6f22dac9a17a98df199ea5c99a873198c911
0x9f6c1506fb452e53f54c8ddcf2cc75bd9eea266bb81b9577d61ccbf2dfc9197e
0xa50e21207660aa5df635f3fe2603c39e93146690014e637651448f4ccd8599a9
0x9fd241cfe72b8b68b0de9338df2b71c778959089b2dc545131cee819de781814
0xdca92e8e9f21d3fb5ab2936118d82fb214daff57c6b85d9e63d884526c9620a8

Functions
Getter at block 21302619
baseTokenURI(view returns (string)
ipfs://QmZQLv8oyDTraSBMt97Kr4BGQS8qcKhqBqD2uzNjqU6TWL/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
300
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
300
name(view returns (string)
Parcel404
owner(view returns (address)
0xa01ef329236252f0f2a4287aeb678684eb22c454
symbol(view returns (string)
PARCEL
totalSupply(view returns (uint256)
300000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _namestring _symboluint8 _decimalsuint256 _totalNativeSupplystring _baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(