STASHPAY
Verified contract
Active on
Ethereum with 3,088 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 |
---|---|---|---|---|---|
STP | ERC-20 | 244 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16747197 | 2 years ago | | | 0 | 0.00052197076 | |
| 13154853 | 3 years ago | | | 0 | 0.0057241146 | |
| 11395269 | 4 years ago | | | 0 | 0.0012420000 | |
| 10128082 | 4 years ago | | | 0 | 0.00078000000 | |
| 9748555 | 5 years ago | | | 0 | 0.00043985000 | |
| 9459810 | 5 years ago | | | 0 | 0.00042000000 | |
| 8909494 | 5 years ago | | | 0 | 0.00018150800 | |
| 8772403 | 5 years ago | | | 0 | 0.00075000000 | |
| 8772390 | 5 years ago | | | 0 | 0.00034650000 | |
| 8738162 | 5 years ago | | | 0 | 0.00024000000 |
ABI
ABI objects
Getter at block 21256384
adviserAndBounty() view returns (address)
0xf40bf198ed3be9d3e1312d2717b964b377135728
decimals() view returns (uint8)
8
name() view returns (string)
STASHPAY
owner() view returns (address)
0xb42db275adccd23e2cb52cffc2d4fe984fbf53b2
publicKeySize() view returns (uint8)
34
sale() view returns (address)
0xb155c16c13fc1ed2f015e24d6c7ae8cc38cea74e
stopped() view returns (bool)
true
symbol() view returns (string)
STP
timeTransferbleUntil() view returns (uint256)
1538262000
totalSupply() view returns (uint256)
18316292710457972
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
data(address) view returns (string)
frozenAccount(address) view returns (bool)
getData(address addr) view returns (string)
isFrozen(address _target) view returns (bool)
publicKeys(address) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value, string _data) returns (bool success)
distributeAdviserBounty(address addr, uint256 amount, bool freeze)
distributionComplete()
modifyPublicKeySize(uint8 _publicKeySize)
multiDistribute(uint256[] data)
multiDistributeAdviserBounty(uint256[] data, bool freeze)
registerKey(string publicKey)
setName(string _name)
setSymbol(string _symbol)
stop()
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 from, uint256 value, string data)
LogStop()
ModifyPublicKeySize(uint8 _size)
RegisterKey(address indexed _from, string _publicKey)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.