Elons Tesla
Verified contract
Active on
Ethereum with 160 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 "Elons Tesla"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19070786 | 10 months ago | | | 0 | 0.00046849923 | |
| 14866146 | 2 years ago | | | 0 | 0.00041961993 | |
| 14432974 | 3 years ago | | | 0 | 0.0019580315 | |
| 14232916 | 3 years ago | | | 0 | 0.0044805272 | |
| 14022379 | 3 years ago | | | 0 | 0.0054789677 | |
| 13915457 | 3 years ago | | | 0 | 0.0041813664 | |
| 13426274 | 3 years ago | | | 0 | 0.0053257631 | |
| 13393508 | 3 years ago | | | 0 | 0.0086335898 | |
| 13336194 | 3 years ago | | | 0 | 0.0057368440 | |
| 13327527 | 3 years ago | | | 0 | 0.0039352024 |
ABI
ABI objects
Getter at block 21203456
PRICE() view returns (uint256)
40000000000000000
PURCHASE_LIMIT() view returns (uint256)
25
TESLAS_MAX() view returns (uint256)
5000
contractURI() view returns (string)
ipfs://QmVbLQ626Qqu56ZdfWBq449QGgqDum3KPH9MsG6RHo6tnx
name() view returns (string)
Elons Tesla
owner() view returns (address)
0x575b9d5540256b17da9844f8e82afcb7f709daa9
symbol() view returns (string)
ETESLA
totalSupply() view returns (uint256)
177
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address to, uint256 numberOfTokens)
purchase(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setMintPrice(uint256 mintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.