Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($766.84)
Native
Value
$766.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.208 | $3,686.75 |
$766.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5766735 | 6 years ago | | | 0 | 0.000022360000 | |
| 5749940 | 6 years ago | | | 0 | 0.000081084000 | |
| 5749890 | 6 years ago | | | 0 | 0.00015863400 | |
| 5749885 | 6 years ago | | | 0 | 0.00015726600 | |
| 5749611 | 6 years ago | | | 0 | 0.00016365600 | |
| 5739674 | 6 years ago | | | 0 | 0.00036973500 | |
| 5739012 | 6 years ago | | | 0.003 | 0.00038664400 | |
| 5739001 | 6 years ago | | | 0.007 | 0.00043310000 | |
| 5739000 | 6 years ago | | | 0.004 | 0.00038724000 | |
| 5738999 | 6 years ago | | | 0 | 0.00029578800 |
ABI
ABI objects
Getter at block 21312582
owner() view returns (address)
[unknown]
paused() view returns (bool)
[unknown]
Read-only
This contract contains no read-only function objects.
State-modifying
Events attackTileForExistingUser(uint16 _tileId, uint256 _attackAmount, bool _useBattleValue, bool _autoFortify) payable
attackTileForNewUser(uint16 _tileId, bytes32 _name, bytes _imageUrl, bytes32 _tag, bytes32 _homeUrl, address _invitedBy) payable
censorUser(address _userAddress, bool _censored)
claimTilesForExistingUser(uint16[] _claimedTileIds, uint256 _claimAmount, bool _useBattleValue) payable
claimTilesForNewUser(bytes32 _name, bytes _imageUrl, bytes32 _tag, bytes32 _homeUrl, uint16[] _claimedTileIds, address _invitedBy) payable
createNewUser(bytes32 _name, bytes _imageUrl, address _user)
depositBattleValue(address _user) payable
fortifyClaims(uint16[] _claimedTileIds, uint256 _fortifyAmount, bool _useBattleValue) payable
kill()
moveBlockValue(uint8 _xSource, uint8 _ySource, uint8 _xDest, uint8 _yDest, uint256 _moveAmount)
setPaused(bool _paused)
transferTileFromOwner(uint16 _tileId, address _newOwner) payable
transferTokens(address _tokenAddress, address _recipient)
updateUser(bytes32 _name, bytes _imageUrl, bytes32 _tag, bytes32 _homeUrl)
withdrawBattleValue(uint256 _battleValueInWei)
withdrawValue(bool _isFee)
TransferTileFromOwner(uint16 tileId, address seller, address buyer, uint256 acceptTime)
UserCensored(address userAddress, bool isCensored)
UserCreated(address userAddress, bytes32 name, bytes imageUrl, bytes32 tag, bytes32 homeUrl, uint256 creationTime, address invitedBy)
UserUpdated(address userAddress, bytes32 name, bytes imageUrl, bytes32 tag, bytes32 homeUrl, uint256 updateTime)
constructor(address _bwService, address _bwData)
fallback()
This contract contains no error objects.