MixTrust
Verified contract
Active on
Ethereum with 5,571 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) |
---|---|---|---|---|---|---|---|
| 21235284 | 2 days ago | | | 0 | 0.00057787822 | |
| 21214704 | 5 days ago | | | 0 | 0.00049052238 | |
| 21206263 | 6 days ago | | | 0 | 0.00024272951 | |
| 21184844 | 9 days ago | | | 0 | 0.0012156895 | |
| 21161176 | 12 days ago | | | 0 | 0.00087662896 | |
| 21158326 | 13 days ago | | | 0 | 0.00053641313 | |
| 21155533 | 13 days ago | | | 0 | 0.00073295341 | |
| 21098872 | 21 days ago | | | 0 | 0.00024909054 | |
| 21098870 | 21 days ago | | | 0 | 0.00023352144 | |
| 21097675 | 21 days ago | | | 0 | 0.00019190585 |
ABI
ABI objects
Getter at block 21249425
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.