Bitland
Verified contract
Active on
Ethereum with 11,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,220.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.22K | $1.00 |
$2,220 | |
BLLB | ERC-20 | 2.102482M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142100 | 3 days ago | | | 0 | 0.00051795700 | |
| 21140569 | 3 days ago | | | 0 | 0.00022009808 | |
| 21134991 | 4 days ago | | | 0 | 0.00057267801 | |
| 21128033 | 5 days ago | | | 0 | 0.00062616126 | |
| 21119408 | 6 days ago | | | 0 | 0.00028892383 | |
| 21110855 | 7 days ago | | | 0 | 0.000089728573 | |
| 21110853 | 7 days ago | | | 0 | 0.000086140630 | |
| 21105186 | 8 days ago | | | 0 | 0.00033634143 | |
| 21099613 | 9 days ago | | | 0 | 0.00014248981 | |
| 21096763 | 9 days ago | | | 0 | 0.00011310924 |
ABI
ABI objects
Getter at block 21161078
decimals() view returns (uint8)
18
marketopen() view returns (bool)
true
name() view returns (string)
Bitland
owner() view returns (address)
0x82a39ab4e6dbfd9839d32d637f52d66dff2962ed
symbol() view returns (string)
BLLB
totalSupply() view returns (uint256)
6625000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
authorized(address) view returns (bool)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorize(address _to)
burn(uint256 amount)
mint(address to, uint256 amount)
openMarket()
pauseMarket()
renounceOwnership()
revokeAuthorize(address _to)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.