Peugeot404

Verified contract

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

No balances found for "Peugeot404"

0x8110c046a75f4f418e4da9c7f365458513198072d360a8b9f146a081d83c27ef
0x9f840f95f3b9a4cc5867a9c572aca2e7c45e4e3abcbd5a1ab74156083c45e5e1
0x47a5f474c568ba78b6b3ca3683ef1543cdc3977e749036ceafa266cf512ce07b
0x6b31115bfc4f8ced9facbc7954f6346ae95d6ff21269cb63b224f4be7bfcb346
0x9b9cb7348e015b8f8349d2ab808d66cc6b576026196158dfc0e0765b759b367e
0xde373a7f036014d2030156085a3f481fb5ae9c98d06b5c316697c7569d273b7b
0x4d769d89a3797410a7565b4290a947ddf4ef0118bb55ac0eb192be428c68f576
0xa8c801054f9ed2b04e5d6780f2712851b2c7001cf3ba63a2f6c8a612f507cbc3
0x01b48e281c35f27f29978e7f9e40321b00c4185d1a3d125ddbd29fb75d53b437
0x27cca5657aab7ee39f195561d4eec634bf6b689908d4b623c50229421c13ea50

Functions
Getter at block 21424215
baseTokenURI(view returns (string)
ipfs://bafkreifdkm2xanewmdtark6q4u5pa3hthwvu4yqvqtumamtsnjbai3tcfu
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
101
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
101
name(view returns (string)
Peugeot404
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Peugeot404
totalSupply(view returns (uint256)
101000000000000000000
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)
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 _totalNativeSupplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

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