Hyper Speed Network
Verified contract
Active on
Ethereum with 20,536 txns
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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.004031 |
$0 | |
C4Y | ERC-20 | 4.8K | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583371 | 2 years ago | | | 0 | 0.0011055675 | |
| 13465558 | 3 years ago | | | 0 | 0.0039259025 | |
| 12519661 | 3 years ago | | | 0 | 0.0011998059 | |
| 12435663 | 3 years ago | | | 0 | 0.0061032506 | |
| 12371841 | 4 years ago | | | 0 | 0.0018008831 | |
| 12098276 | 4 years ago | | | 0 | 0.0078160698 | |
| 11840162 | 4 years ago | | | 0 | 0.0054137280 | |
| 11747464 | 4 years ago | | | 0 | 0.0065429800 | |
| 11097337 | 4 years ago | | | 0 | 0.0037200001 | |
| 11083743 | 4 years ago | | | 0 | 0.0013507210 |
ABI
ABI objects
Getter at block 21162698
MAX_TOTAL_SUPPLY() view returns (uint256)
100000000000000000
TRANSFERS_ALLOWED() view returns (bool)
true
decimals() view returns (uint256)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Hyper Speed Network
owner() view returns (address)
0xff5cbd955c466e9d3f9510aede4080139ece0ebe
symbol() view returns (string)
HSN
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
canBeTransfered(address _addr, uint256 value) view returns (bool)
getlocksbyindex(address _address, uint256 _index) view returns (uint256 TIME, address ADDRESS, uint256 AMOUNT)
getlockslen(address _address) view returns (uint256)
gettotalHold(address _addr) view returns (uint256)
isValidAddress(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(uint256 _value, address victim)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock(address _to, uint256 releaseTime, uint256 lockamount) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeHoldByAddress(address _address)
removeHoldByAddressIndex(address _address, uint256 _index)
resumeTransfers()
stopTransfers()
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.