Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPACE | ERC-20 | 37.171115M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22323891 | an hour ago | | | 0 | 4.3226157e-7 | |
| 22309093 | 9 hours ago | | | 0 | 6.4450106e-7 | |
| 22291479 | 19 hours ago | | | 0 | 5.1448500e-7 | |
| 22288569 | 21 hours ago | | | 0 | 6.4530848e-7 | |
| 22272872 | a day ago | | | 0 | 2.2314183e-7 | |
| 22270009 | a day ago | | | 0 | 2.7353202e-7 | |
| 22264891 | a day ago | | | 0 | 3.5070720e-7 | |
| 22256048 | 2 days ago | | | 0 | 1.5419839e-7 | |
| 22254179 | 2 days ago | | | 0 | 1.5746563e-7 | |
| 22253589 | 2 days ago | | | 0 | 2.5668481e-7 |
ABI
ABI objects
Getter at block 22325593
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
cap() view returns (uint256)
2000000000000000000000000000
circulatingSupply() view returns (uint256)
149700182897803460952566248
decimals() view returns (uint8)
18
lockFromBlock() view returns (uint256)
36764608
lockToBlock() view returns (uint256)
84068608
lockedSupply() view returns (uint256)
37171115428733189976906722
name() view returns (string)
Space Token
owner() view returns (address)
0x3713e9d0d4b6cdaa5f5aabd5c98a29877323581b
symbol() view returns (string)
SPACE
totalLock() view returns (uint256)
37171115428733189976906722
totalSupply() view returns (uint256)
149700182897803460952566248
unlockedSupply() view returns (uint256)
112529067469070270975659526
Read-only
allowance(address owner, address spender) view returns (uint256)
authorized(address) view returns (bool)
balanceOf(address account) view returns (uint256)
canUnlockAmount(address _holder) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
lastUnlockBlock(address _holder) view returns (uint256)
lockOf(address _holder) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
totalBalanceOf(address _holder) view returns (uint256)
State-modifying
Events addAuthorized(address _toAdd)
approve(address spender, uint256 amount) returns (bool)
capUpdate(uint256 _newCap)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address _holder, uint256 _amount)
lockFromUpdate(uint256 _newLockFrom)
lockToUpdate(uint256 _newLockTo)
mint(address _to, uint256 _amount)
removeAuthorized(address _toRemove)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAll(address _to)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferLockedAmount(address _to, uint256 amount)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Lock(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferLocked(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 cap_, uint256 _lockFromBlock, uint256 _lockToBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.