Hamster Marketplace Token
Verified contract
Active on
Ethereum with 1,398 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15466815 | 2 years ago | | | 0 | 0.00027776467 | |
| 15104543 | 2 years ago | | | 0 | 0.00065791376 | |
| 13171596 | 3 years ago | | | 0 | 0.0020528468 | |
| 11607279 | 4 years ago | | | 0 | 0.0030305000 | |
| 11607261 | 4 years ago | | | 0 | 0.0036908961 | |
| 10568434 | 4 years ago | | | 0 | 0.0053447000 | |
| 9665480 | 5 years ago | | | 0 | 0.00072732000 | |
| 8003048 | 5 years ago | | | 0 | 0.00021100800 | |
| 7817797 | 6 years ago | | | 0 | 0.00052944000 | |
| 7689208 | 6 years ago | | | 0 | 0.00027829200 |
ABI
ABI objects
Getter at block 21395734
decimals() view returns (uint8)
8
freezingPercentage() view returns (uint8)
100
getPrice() view returns (uint256 _sellPrice)
0
name() view returns (string)
Hamster Marketplace Token
owner() view returns (address)
0x0472d22518e416d4358d1ad90ecb5c5f6a75d038
paused() view returns (bool)
false
sellPrice() view returns (uint256)
0
symbol() view returns (string)
HMT
totalSupply() view returns (uint256)
1000000000000000
unfreezingTimestamp() view returns (uint32)
1550534400
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
bonusesOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
getEther(uint256 amount) returns (bool success)
getTokens(uint256 amount) returns (bool success)
pause() returns (bool)
sell(uint256 amount) returns (uint256 revenue)
sendEther() payable returns (bool success)
setFreezingPercentage(uint8 _percentage) returns (bool)
setPrice(uint256 newSellPrice) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferWithBonuses(address _to, uint256 _value, uint256 _bonus) returns (bool)
unfreezeBonuses() returns (bool)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 indexed value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.