Lamborghini
Verified contract
Proxy
Active on
Ethereum with 5,806 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
8 additional
variables
Balances ($0.00)
No balances found for "Lamborghini"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142383 | 11 days ago | | | 0 | 0.00054272979 | |
| 21141707 | 11 days ago | | | 0 | 0.0010315760 | |
| 21131369 | 13 days ago | | | 0 | 0.0025171622 | |
| 21123112 | 14 days ago | | | 0 | 0.00084505814 | |
| 21116422 | 15 days ago | | | 0 | 0.00025256448 | |
| 21076653 | 21 days ago | | | 0 | 0.00072536653 | |
| 21076616 | 21 days ago | | | 0 | 0.0013657280 | |
| 21075827 | 21 days ago | | | 0 | 0.00050682646 | |
| 21071509 | 21 days ago | | | 0 | 0.0013475045 | |
| 21059003 | 23 days ago | | | 0 | 0.00033010150 |
ABI
ABI objects
Getter at block 21223661
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
name() view returns (string)
Lamborghini
owner() view returns (address)
0xe495b393e67587fbc9c213da7c8076cc48e95f7e
symbol() view returns (string)
LAMBO
totalSupply() view returns (uint256)
3147
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address newAddress)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(string tokenName, string tokenSymbol)
mint(string tokenURL)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, string uri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovalForAllFromToByAdmin(address from, address to, bool approved)
setBaseTokenURI(string uri)
setRoyalties(address recipient, uint96 royaltyFee)
setTokenURI(uint256 tokenId, string tokenURL)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string previousURI, string newURI)
Initialized(uint8 version)
NftMinted(uint256 ID, string tokenURI, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyFeeChanged(uint256 previousFee, uint256 newFee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.