Data Lake Token
Verified contract
Active on
Ethereum with 17,392 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,256.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAKE | ERC-20 | 2.672004M | $0.005977 |
$15,970.36 | |
BOSON | ERC-20 | 1.002341K | $0.28576 |
$286.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158690 | 25 minutes ago | | | 0 | 0.00088006162 | |
| 21158690 | 25 minutes ago | | | 0 | 0.00088006162 | |
| 21158669 | 29 minutes ago | | | 0 | 0.00060896082 | |
| 21158562 | an hour ago | | | 0 | 0.0012003502 | |
| 21158383 | an hour ago | | | 0 | 0.0011862138 | |
| 21158348 | 2 hours ago | | | 0 | 0.0013309071 | |
| 21157995 | 3 hours ago | | | 0 | 0.0011227849 | |
| 21157993 | 3 hours ago | | | 0 | 0.0018683797 | |
| 21157970 | 3 hours ago | | | 0 | 0.0017547207 | |
| 21157674 | 4 hours ago | | | 0 | 0.00063994299 |
ABI
ABI objects
Getter at block 21158812
blacklistManager() view returns (address)
0xc892ab1362fa083ccd1ff5f4f75cbabf7590b52b
decimals() view returns (uint8)
18
name() view returns (string)
Data Lake Token
owner() view returns (address)
0x961c2b4cc0e49c6bb2746f99fbeb3b168c40009e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LAKE
totalSupply() view returns (uint256)
7500000000000000000000000000
vesting() view returns (address)
0x078ef23f8e56951af537be272484711ab61e5632
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
State-modifying
Events acceptOwnership()
addToBlacklist(address _account) returns (bool)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFromBlacklist(address _account) returns (bool)
setBlacklistManager(address newManager)
setVestingAddress(address _address)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddedToBlacklist(address _account)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistManagerChanged(address indexed previousManager, address indexed newManager)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromBlacklist(address _account)
Transfer(address indexed from, address indexed to, uint256 value)
vestingAddressChanged(address _address)
constructor(string _name, string _symbol, uint256 _initialSupply)
This contract contains no fallback and receive objects.
BlacklistManager_Error(string msg)
LakeToken_SenderIsBlacklisted()
Ownable2Step_Error(string msg)
Ownable_Error(string msg)
VestingManager_AddressIsZero()