Uservice
Verified contract
Active on
Ethereum with 10,016 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 |
---|---|---|---|---|---|
MST | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20704485 | 2 months ago | | | 0 | 0.00011194367 | |
| 18295297 | a year ago | | | 0 | 0.00017527785 | |
| 18295226 | a year ago | | | 0 | 0.00016249500 | |
| 18108836 | a year ago | | | 0 | 0.00039679200 | |
| 17519983 | a year ago | | | 0 | 0.00079701705 | |
| 17507537 | a year ago | | | 0 | 0.00059474675 | |
| 17492173 | a year ago | | | 0 | 0.00077108066 | |
| 17026043 | 2 years ago | | | 0 | 0.0010817192 | |
| 16846030 | 2 years ago | | | 0 | 0.00059171982 | |
| 16527167 | 2 years ago | | | 0 | 0.00079751297 |
ABI
ABI objects
Getter at block 21158115
crowdsaleContractAddress() view returns (address)
0xf58b52efcd8d0f569351184368d7a568b668b7bd
crowdsaleManager() view returns (address)
0xaca6ce6c6b6752b3b36993fbf88545cc1a569b84
decimals() view returns (uint8)
18
locked() view returns (bool)
false
name() view returns (string)
Uservice
owner() view returns (address)
0x48a0cf0019dc1709db6d41a2bb7c896a568d1a1d
symbol() view returns (string)
USRV
totalSupply() view returns (uint256)
108236351599902936000000000
totalSupplyLimit() view returns (uint256)
1000000000000000000000000000
upgradable() view returns (bool)
false
upgrader() view returns (address)
0x0000000000000000000000000000000000000000
upgraderSet() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowUpgrading(bool _newState) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
demint(address _for, uint256 _amount) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _for, uint256 _amount) returns (bool success)
setCrowdsale(address _newCrowdsale) returns (bool success)
setLock(bool _newLockState) returns (bool success)
setManager(address _newManager) returns (bool success)
setNameAndTicker(string _name, string _symbol) returns (bool success)
setUpgrader(address _upgraderAddress) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner) returns (bool success)
upgrade() returns (bool success)
upgradeFor(address _for, uint256 _value) returns (bool success)
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)
fallback()
This contract contains no error objects.