cryptosports.top
Verified contract
Active on
Ethereum with 54 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($58.71)
Native
Value
$58.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017848 | $3,289.70 |
$58.71 | |
YOO | ERC-20 | 18.34K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5740773 | 6 years ago | | | 0 | 0.0043534800 | |
| 5700072 | 6 years ago | | | 0.011111111 | 0.00065665380 | |
| 5689029 | 6 years ago | | | 0 | 0.0013224960 | |
| 5671980 | 6 years ago | | | 0 | 0.00062134800 | |
| 5668875 | 6 years ago | | | 0.011111111 | 0.00065073800 | |
| 5666302 | 6 years ago | | | 0 | 0.00088764000 | |
| 5646876 | 6 years ago | | | 0.011111111 | 0.00059749580 | |
| 5646536 | 6 years ago | | | 0 | 0.00079887600 | |
| 5645677 | 6 years ago | | | 0.023391813 | 0.0059610000 | |
| 5637709 | 6 years ago | | | 0.035442141 | 0.00054245100 |
ABI
ABI objects
Getter at block 21172418
cut() view returns (uint256)
10555555555450000
name() view returns (string name)
cryptosports.top
symbol() view returns (string symbol)
SGS
totalSupply() view returns (uint256 _totalSupply)
28
Read-only
allOf(uint256 _itemId) view returns (address _owner, uint256 _price, uint256 _nextPrice)
approvedFor(uint256 _itemId) view returns (address _approved)
balanceOf(address _owner) view returns (uint256 _balance)
calculateDevCut(uint256 _price) view returns (uint256 _devCut)
calculateNextPrice(uint256 _price) view returns (uint256 _nextPrice)
isAdmin(address _admin) view returns (bool _isAdmin)
itemsForSaleLimit(uint256 _from, uint256 _take) view returns (uint256[] _items)
nextPriceOf(uint256 _itemId) view returns (uint256 _nextPrice)
ownerOf(uint256 _itemId) view returns (address _owner)
priceOf(uint256 _itemId) view returns (uint256 _price)
tokenExists(uint256 _itemId) view returns (bool _exists)
tokensOf(address _owner) view returns (uint256[] _tokenIds)
State-modifying
Events approve(address _to, uint256 _itemId)
buy(uint256 _itemId) payable
changePrice(uint256 _itemId, uint256 _price)
issueCard(uint256 l, uint256 r, uint256 price)
transfer(address _to, uint256 _itemId)
transferFrom(address _from, address _to, uint256 _itemId)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bought(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Sold(uint256 indexed _itemId, address indexed _owner, uint256 _price)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.