UltraLink Machine System Token
Verified contract
Active on
Ethereum with 231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "UltraLink Machine System Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10675909 | 4 years ago | | | 0 | 0.0066769300 | |
| 10605382 | 4 years ago | | | 0 | 0.0015998840 | |
| 10605319 | 4 years ago | | | 0 | 0.0025680500 | |
| 10024286 | 4 years ago | | | 0 | 0.0010618973 | |
| 9897073 | 5 years ago | | | 0 | 0.00028241951 | |
| 9797075 | 5 years ago | | | 0 | 0.00028241951 | |
| 9725726 | 5 years ago | | | 0 | 0.00019998551 | |
| 9725692 | 5 years ago | | | 0 | 0.0013438033 | |
| 9719583 | 5 years ago | | | 0 | 0.00028241951 | |
| 9695991 | 5 years ago | | | 0 | 0.00054541500 |
ABI
ABI objects
Getter at block 21123435
decimals() view returns (uint8)
18
name() view returns (string)
UltraLink Machine System Token
symbol() view returns (string)
ULM
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.