CryptoChamps
Verified contract
Active on
Ethereum with 1,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FREC | ERC-20 | 288 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5425542 | 7 years ago | | | 0.001 | 0.00021167800 | |
| 5410050 | 7 years ago | | | 0.008 | 0.00018167800 | |
| 5354739 | 7 years ago | | | 0.01 | 0.00015167800 | |
| 5354737 | 7 years ago | | | 0.01 | 0.00015167800 | |
| 5354737 | 7 years ago | | | 0.005 | 0.00021167800 | |
| 5342822 | 7 years ago | | | 0 | 0.00049739600 | |
| 5342822 | 7 years ago | | | 0 | 0.00049842000 | |
| 5342822 | 7 years ago | | | 0 | 0.00052859656 | |
| 5342822 | 7 years ago | | | 0 | 0.0018690750 | |
| 5342822 | 7 years ago | | | 0 | 0.0026153610 |
ABI
ABI objects
Getter at block 21425222 getStore() view returns (address) getUsers() view returns (address[])
name() view returns (string)
CryptoChamps
owner() view returns (address)
0x765428b437e313c48521609a9e6f5d873fab638a
symbol() view returns (string)
CCH
totalSupply() view returns (uint256)
121
Read-only
balanceOf(address _owner) view returns (uint256)
getPerson(uint32 _id) view returns (string, uint256, uint256)
ownerOf(uint32 _id) view returns (address)
personToOldPrice(uint32) view returns (uint256)
personToPrice(uint32) view returns (uint256)
priceOf(uint32 _id) view returns (uint256)
State-modifying
Events createPerson(uint32 _id, string _name, uint256 _startingPrice)
discount(uint32 _id, uint256 _newPrice) returns (bool)
purchase(uint32 _id) payable
setStore(address _store) returns (bool)
transfer(address _to, uint32 _id)
transferOwnership(address newOwner)
withdraw() returns (bool)
Birth(uint32 _id, uint256 _startingPrice)
Discount(uint32 _id, uint256 _newPrice)
Purchase(uint32 indexed _id, address indexed _by, address indexed _from, uint256 _price, uint256 _nextPrice)
Transfer(address indexed _from, address indexed _to, uint32 _id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.