CryptoLambos
Verified contract
Active on
Ethereum with 906 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 "CryptoLambos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13080601 | 3 years ago | | | 0.001 | 0.0033325490 | |
| 13074731 | 3 years ago | | | 0.001 | 0.0041549204 | |
| 5166186 | 7 years ago | | | 0 | 0.00026767800 | |
| 5166181 | 7 years ago | | | 0 | 0.00026767800 | |
| 5166153 | 7 years ago | | | 0 | 0.00026767800 | |
| 5166148 | 7 years ago | | | 0 | 0.00026767800 | |
| 5166141 | 7 years ago | | | 0 | 0.00022306500 | |
| 5142502 | 7 years ago | | | 0.153 | 0.00020607900 | |
| 5139552 | 7 years ago | | | 0.001 | 0.00026665100 | |
| 5139552 | 7 years ago | | | 0.001 | 0.000072723000 |
ABI
ABI objects
Getter at block 21163921
getLambosCount() view returns (uint256)
30
owner() view returns (address)
0x05a7b1a724ef8f9e878a0769d1c1fa673f309936
paused() view returns (bool)
false
Read-only
lambos(uint256) view returns (string model, address ownerAddress, uint256 price, bool enabled, string nickname, string note)
State-modifying
Events addLambo(string _model, uint256 _price, bool _enabled)
buy(uint256 _id, string _nickname, string _note) payable
destroy()
destroyAndSend(address _recipient)
enableLambo(uint256 _id)
pause()
transferOwnership(address newOwner)
unpause()
withdrawAll()
Added(uint256 id, string model, address indexed ownerAddress, uint256 price, bool enabled)
Bought(uint256 id, string model, address indexed ownerAddress, uint256 price, string nickname, string note)
Enabled(uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.