Lamborghini Automobili

Verified contract

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

No balances found for "Lamborghini Automobili"

0xdbf842b9c430f3bb99479e740cddedf63d7f57ba725018e21961c7e397552d3d
0x782b32e3c4d793603d8ae2ffc65dfd394b61480d9d34306ef23bdac4e2e3a81e
0xbccc63a767c76fc141771b0db6cf4e12caf74cc347fbf8c77b6e36ef41c72ac8
0x9262ff6f395edfaeda01ab0ddf69f10f6c7ca5dbc8893c1b66e24b2b0b2dc4ea
0x9e2304c203d72be5884ef69e7e4f28abe3a1523fd726125d8164dd7429c2b493
0x665da65bee52a83a7b918795903ee96981693155e6081dcb1ba744c445cec5e4
0x56aa2f8f7ce1b2d867b0c3f2f9c9f17e2f59ff97a3d2763a1d9d82c8dd33cd61
0x24520c09b99f6bb20320624c0e74b83f30e4b2c7db05edc668d9244dee7f1b00
0xc0f78ecdba9bb746ce34b66a4a36acddd231489153eec6fed376822e8f84b4a7
0xc0a7bc7a920c899e2b940a6c24b942bf6f3c39c9db0311beaf51e973fd4481d7

Functions
Getter at block 21326226
allowedToContract(view returns (bool)
false
contractURI(pure returns (string)
maxSupply(view returns (uint256)
6280
max_amount(view returns (uint256)
10
name(view returns (string)
Lamborghini Automobili
owner(view returns (address)
0xc8c6bffb431d642edad0b9035ead27192cbe555c
symbol(view returns (string)
LAMBO
totalSupply(view returns (uint256)
6280
Read-only
_addressTransferToContract(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(