ETH10K.io
Verified contract
Active on
Ethereum with 2,272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($633.45)
Native
Value
$633.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.174427 | $3,631.63 |
$633.45 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5581353 | 7 years ago | | | 0.001 | 0.00019911600 | |
| 5581353 | 7 years ago | | | 0.001 | 0.00019911600 | |
| 5581353 | 7 years ago | | | 0.001 | 0.00019911600 | |
| 5581353 | 7 years ago | | | 0.001 | 0.00019911600 | |
| 5581353 | 7 years ago | | | 0.001 | 0.00019898800 | |
| 5581353 | 7 years ago | | | 0.001 | 0.00019911600 | |
| 5581353 | 7 years ago | | | 0.001 | 0.00019911600 | |
| 5575341 | 7 years ago | | | 0.001 | 0.000099494000 | |
| 5575338 | 7 years ago | | | 0.001 | 0.000099494000 | |
| 5569862 | 7 years ago | | | 0.001 | 0.000099558000 |
ABI
ABI objects
Getter at block 21283103 getAllCellIds() view returns (uint256[] _tokenIds) getAllCellInfo() view returns (uint256[] _tokenIds, uint256[] _prices, address[] _owners) showBalance() view returns (uint256 _ProfitBalance) totalSupply() view returns (uint256 _totalSupply)
MergeStatus() view returns (bool _MergeOpen)
true
getMaxMerge() view returns (uint256 _maxMergeSize)
2
getUserName() view returns (string name)
implementsERC721() view returns (bool _implements)
false
name() pure returns (string _name)
ETH10K.io
startingPriceOf() view returns (uint256 _startingPrice)
1000000000000000
symbol() pure returns (string _symbol)
block
Read-only
allOf(uint256 _itemId) view returns (address _owner, uint256 _startingPrice, uint256 _price, uint256 _nextPrice, uint256 _xpos, uint256 _ypos, uint256 _size)
balanceOf(address _owner) view returns (uint256 _balance)
calculateDevCut(uint256 _price) view returns (uint256 _devCut)
calculateNextPrice(uint256 _price) view returns (uint256 _nextPrice)
cellsOf(address _owner) view returns (uint256[] _tokenIds)
checkIsOnSale(uint256 _ypos) view returns (bool isOnSale)
getAllCellInfoFrom_To(uint256 _from, uint256 _to) view returns (uint256[] _tokenIds, uint256[] _prices, address[] _owners)
getUserNameOf(address _user) view returns (string name)
isAdmin(address _admin) view returns (bool _isAdmin)
nextPriceOf(uint256 _itemId) view returns (uint256 _nextPrice)
ownerOf(uint256 _itemId) view returns (address _owner)
priceOf(uint256 _itemId) view returns (uint256 _price)
State-modifying
Events addAdmin(address _admin)
addBlock(address _to, uint256 _xpos, uint256 _ypos, uint256 _size, uint256 _price)
buyNew(uint256 _xpos, uint256 _ypos, uint256 _size) payable
buyOld(uint256 _index) payable
enableERC721()
enableMerge(bool status)
removeAdmin(address _admin)
requestMerge(uint256[] ids)
setMaxMerge(uint8 num)
setOwner(address _owner)
setReserved(uint8 _up, uint8 _down)
setUserName(string _name) payable
withdrawAll()
withdrawAmount(uint256 _amount)
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.