L.E.V.O
Verified contract
Active on
Ethereum with 2,244 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 "L.E.V.O"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20989966 | 13 days ago | | | 0 | 0.0010966131 | |
| 20726319 | 2 months ago | | | 0 | 0.000053977689 | |
| 20634154 | 2 months ago | | | 0 | 0.00020307637 | |
| 20610468 | 2 months ago | | | 0 | 0.000019167780 | |
| 20225160 | 4 months ago | | | 0 | 0.00022483629 | |
| 20081514 | 5 months ago | | | 0 | 0.00061959245 | |
| 19923091 | 5 months ago | | | 0 | 0.00027728091 | |
| 19879975 | 5 months ago | | | 0 | 0.00023600534 | |
| 19417857 | 8 months ago | | | 0 | 0.0024667287 | |
| 19417603 | 8 months ago | | | 0 | 0.0023591863 |
ABI
ABI objects
Getter at block 21079954
OGMerkleRoot() view returns (bytes32)
0xafaac9bb160c169377c0968930169994cd419d26f1df99cceddae37727a5c1e2
SLMerkleRoot() view returns (bytes32)
0xd9cce8a04ed2a6d916144b9bdf7787e40a4f2e7f793fa5e104a658545d935a41
baseURI() view returns (string)
https://carnft.mypinata.cloud/ipfs/QmYvDsxYE4Vi6HFNDSZEMhyg14X61uxo5T1pWTgGfavFXV/
claimed() view returns (uint64)
0
closetime() view returns (uint256)
1652626500
contractURI() view returns (string)
getMaxToken() pure returns (uint256)
1010
maxHigh() view returns (uint256)
10
maxNorm() view returns (uint256)
1000
maxToken() view returns (uint256)
1010
name() view returns (string)
L.E.V.O
opentime() view returns (uint256)
1652598300
owner() view returns (address)
0xa41efbc78c1cd806b6c2fb4928b3cb5b22afe66b
symbol() view returns (string)
LEVO
totalSupply() view returns (uint256)
1010
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintOG(bytes32[] merkleProof)
mintRemain(uint256 quantity)
mintSL(bytes32[] merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setOGMerkleRoot(bytes32 merkleRoot)
setOpenTime(uint256 open, uint256 close)
setSLMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, string collectionURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()