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 "BLMain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5045210 | 7 years ago | | | 0 | 0.0000051331000 | |
| 5041135 | 7 years ago | | | 0 | 0.000010807800 | |
| 5040241 | 7 years ago | | | 0 | 0.00027426000 | |
| 5039725 | 7 years ago | | | 0 | 0.000027426000 | |
| 5039048 | 7 years ago | | | 0 | 0.000019741500 | |
| 5039025 | 7 years ago | | | 0 | 0.000019875900 | |
| 5038518 | 7 years ago | | | 0 | 0.00027426000 | |
| 5038513 | 7 years ago | | | 0 | 0.0019869500 | |
| 5038495 | 7 years ago | | | 0 | 0.0019824700 | |
| 5038494 | 7 years ago | | | 0 | 0.0019773500 |
ABI
ABI objects
Getter at block 21170156
getBalance() view returns (uint256)
0
getFeePercentage() view returns (uint256)
3
getInitialPrice() view returns (uint256)
10000000000000000
getMyAllowance() view returns (uint256)
0
mainAddress() view returns (address)
0x4cd5d72ffd950260e47f9e14f45811c5ccdd0283
storageAddress() view returns (address)
0x7675de10fe92ec4661438d0b502bcf280898c043
totalSupply() view returns (uint256 count)
676
Read-only
getAccountAllowance(address _account) view returns (uint256)
getAccountBalance(address _account) view returns (uint256)
getBlock(uint256 x, uint256 y) view returns (uint256 price, bytes32 name, bytes32 description, bytes32 url, bytes32 imageURL, uint256 forSale, uint256 pricePerDay, address owner)
getTenancy(uint256 x, uint256 y) view returns (uint256 expiry, bytes32 tenantName, bytes32 tenantDescription, bytes32 tenantURL, bytes32 tenantImageURL)
State-modifying
Events buyBlock(uint256 x, uint256 y, bytes32 name, bytes32 description, bytes32 url, bytes32 imageURL) payable
cancelRent(uint256 x, uint256 y)
cancelSellBlock(uint256 x, uint256 y)
createBlock(uint256 x, uint256 y, bytes32 name, bytes32 description, bytes32 url, bytes32 imageURL) payable
grantAllowance(address beneficiary, uint256 allowance)
leaseBlock(uint256 x, uint256 y, uint256 duration, bytes32 tenantName, bytes32 tenantDescription, bytes32 tenantURL, bytes32 tenantImageURL) payable
sellBlock(uint256 x, uint256 y, uint256 price)
setDataStorage(address newAddress)
setFeePercentage(uint256 feePercentage)
setForRent(uint256 x, uint256 y, uint256 pricePerDay)
setInitialPrice(uint256 price)
setPrimaryAccount(address _newMainAddress)
updateBlock(uint256 x, uint256 y, bytes32 name, bytes32 description, bytes32 url, bytes32 imageURL)
withdraw()
AllowanceGranted(address indexed owner, uint256 _amount)
BoughtBlock(uint256 x, uint256 y, uint256 price, address indexed owner, bytes32 name, bytes32 description, bytes32 url, bytes32 imageURL)
ChangedFeePercentage(uint256 fee)
ChangedInitialPrice(uint256 price)
CreatedBlock(uint256 x, uint256 y, uint256 price, address indexed owner, bytes32 name, bytes32 description, bytes32 url, bytes32 imageURL)
LeasedBlock(uint256 x, uint256 y, uint256 paid, uint256 expiry, bytes32 tenantName, bytes32 tenantDescription, bytes32 teantURL, bytes32 tenantImageURL, address indexed owner)
NotToRent(uint256 x, uint256 y, address indexed owner)
RentedBlock(uint256 x, uint256 y, uint256 paid, uint256 feePercentage, address indexed owner)
SentAmountToOwner(uint256 amount, address indexed owner)
SentFeeToPlatform(uint256 amount)
SetBlockForSale(uint256 x, uint256 y, uint256 price, address indexed owner)
SoldBlock(uint256 x, uint256 y, uint256 oldPrice, uint256 newPrice, uint256 feePercentage, address indexed owner)
StorageUpdated(address _newStorageAddress)
ToRent(uint256 x, uint256 y, uint256 pricePerDay, address indexed owner)
UnsetBlockForSale(uint256 x, uint256 y, address indexed owner)
UpdatedBlock(uint256 x, uint256 y, bytes32 name, bytes32 description, bytes32 url, bytes32 imageURL, address indexed owner)
UpdatedMainAccount(address _newMainAddress)
WithdrawBalance(address indexed owner, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.