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 "SLAB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212419 | 13 days ago | | | 0 | 0.0011252711 | |
| 20940350 | 2 months ago | | | 0 | 0.0010243839 | |
| 20919243 | 2 months ago | | | 0 | 0.00043279138 | |
| 20919243 | 2 months ago | | | 0 | 0.00053458205 | |
| 20919243 | 2 months ago | | | 0 | 0.00042282027 | |
| 20811872 | 2 months ago | | | 0 | 0.00086403769 | |
| 20733460 | 3 months ago | | | 0 | 0.000086179361 | |
| 20733269 | 3 months ago | | | 0 | 0.000093085066 | |
| 20726281 | 3 months ago | | | 0 | 0.00017357194 | |
| 20726266 | 3 months ago | | | 0 | 0.000037562042 |
ABI
ABI objects
Getter at block 21306937
decimals() view returns (uint8)
18
getAccountIsLockedCount() view returns (uint256)
0
getHoldersCount() view returns (uint256)
53
isLockup() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
SLAB
owner() view returns (address)
0x4f2dace96245496dfa704cac54fb1b6d1f32c3d8
symbol() view returns (string)
SLAB
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
AccountIsLockup(address) view returns (bool)
ArrayAccountIsLockup(uint256) view returns (address)
ArrayHolders(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events Lockup()
LockupAccount(address account)
UnLock()
UnlockAccount(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.