Peugeot404
Verified contract
Active on
Ethereum with 245 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 "Peugeot404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985189 | 2 months ago | | | 0 | 0.0014175694 | |
| 20918609 | 2 months ago | | | 0 | 0.00030194255 | |
| 20527329 | 4 months ago | | | 0 | 0.00028666481 | |
| 19200852 | 10 months ago | | | 0 | 0.0010588600 | |
| 19193442 | 10 months ago | | | 0 | 0.0031069850 | |
| 19191850 | 10 months ago | | | 0 | 0.0042497407 | |
| 19191792 | 10 months ago | | | 0 | 0.0029957834 | |
| 19190999 | 10 months ago | | | 0 | 0.0046359052 | |
| 19190224 | 10 months ago | | | 0 | 0.0023193363 | |
| 19189491 | 10 months ago | | | 0 | 0.0021086195 |
ABI
ABI objects
Getter at block 21424215 getTokenIdPool() view returns (uint256[])
baseTokenURI() view returns (string)
ipfs://bafkreifdkm2xanewmdtark6q4u5pa3hthwvu4yqvqtumamtsnjbai3tcfu
decimals() view returns (uint8)
18
erc721totalSupply() view returns (uint256)
101
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenIdPool(uint256) view returns (uint256)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalNativeSupply, address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
IdNotAssigned()
InvalidId()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidSetWhitelistCondition()
NotFound()
PoolIsEmpty()
Unauthorized()
UnsafeRecipient()