MixTrust
Verified contract
Active on
Ethereum with 5,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MixTrust"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155533 | 9 hours ago | | | 0 | 0.00073295341 | |
| 21098872 | 8 days ago | | | 0 | 0.00024909054 | |
| 21098870 | 8 days ago | | | 0 | 0.00023352144 | |
| 21097675 | 8 days ago | | | 0 | 0.00019190585 | |
| 21095290 | 9 days ago | | | 0 | 0.00027997679 | |
| 21094095 | 9 days ago | | | 0 | 0.00074183359 | |
| 21092901 | 9 days ago | | | 0 | 0.00046633465 | |
| 21091704 | 9 days ago | | | 0 | 0.00033901089 | |
| 21091702 | 9 days ago | | | 0 | 0.00033209778 | |
| 21090508 | 9 days ago | | | 0 | 0.00024510490 |
ABI
ABI objects
Getter at block 21158125
decimals() view returns (uint8)
18
name() view returns (string)
MixTrust
owner() view returns (address)
0xc3e7103bdb5d50ac17c1084fc05e3a7cff2394ec
signature() view returns (string)
provided by Seal-SC / www.sealsc.com
symbol() view returns (string)
MXT
totalSupply() view returns (uint256)
10000000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
setTransferable(bool _transferable)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _issuer, string _name, string _symbol, uint256 _totalSupplyCap, uint8 _decimals)
fallback()
This contract contains no error objects.