Universal Mobile Token
Verified contract
Active on
Ethereum with 2,929 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 |
---|---|---|---|---|---|
NAVI | ERC-20 | 260 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19180589 | 9 months ago | | | 0 | 0.0013598313 | |
| 16559056 | 2 years ago | | | 0 | 0.00094452552 | |
| 16515128 | 2 years ago | | | 0 | 0.00095208429 | |
| 15681174 | 2 years ago | | | 0 | 0.00026982732 | |
| 14637569 | 3 years ago | | | 0 | 0.0020295543 | |
| 14180888 | 3 years ago | | | 0 | 0.0040490780 | |
| 13966473 | 3 years ago | | | 0 | 0.0052776339 | |
| 12407551 | 4 years ago | | | 0 | 0.010346424 | |
| 11720974 | 4 years ago | | | 0 | 0.0037172050 | |
| 11552360 | 4 years ago | | | 0 | 0.0024670140 |
ABI
ABI objects
Getter at block 21158856
decimals() view returns (uint256)
18
mintingIsFinished() view returns (bool)
true
name() view returns (string)
Universal Mobile Token
owner() view returns (address)
0xf225dff6457d136396a8f0a61498db1169adc4c7
symbol() view returns (string)
UMT
totalSupply() view returns (uint256)
572732122121766619197508000
transferIsPossible() view returns (bool)
true
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
emitters(address) view returns (bool)
State-modifying
Events addEmitter(address _emitter)
approve(address _spender, uint256 _value) returns (bool success)
batchMint(address[] _adresses, uint256[] _values)
batchTransfer(address[] _adresses, uint256[] _values)
burn(address _from, uint256 _value)
finishMinting()
removeEmitter(address _emitter)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.