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 |
---|---|---|---|---|---|
SMP | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583506 | 2 years ago | | | 0 | 0.0017862367 | |
| 13466387 | 3 years ago | | | 0 | 0.0028615955 | |
| 12021739 | 4 years ago | | | 0 | 0.0094246552 | |
| 12021670 | 4 years ago | | | 0 | 0.014084035 | |
| 11618742 | 4 years ago | | | 0 | 0.0030506619 | |
| 10955934 | 4 years ago | | | 0 | 0.0072600001 | |
| 10903675 | 4 years ago | | | 0 | 0.0050818900 | |
| 10897011 | 4 years ago | | | 0 | 0.0039772791 | |
| 10649413 | 4 years ago | | | 0 | 0.013924379 | |
| 10624660 | 4 years ago | | | 0 | 0.0059089551 |
ABI
ABI objects
Getter at block 21194585
decimals() view returns (uint256)
18
freezeDuration() view returns (uint256)
2592000
name() view returns (string)
THESMP
running() view returns (bool)
true
symbol() view returns (string)
SMP
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
freezeOf(address _owner) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addWhitelist(address[] _addrs)
airDeliver(address _to, uint256 _amount)
airDeliverMulti(address[] _addrs, uint256 _amount)
airDeliverStandalone(address[] _addrs, uint256[] _amounts)
approve(address _spender, uint256 _value) returns (bool success)
burn(address burner, uint256 _value)
freezeDeliver(address _to, uint256 _amount, uint256 _freezeAmount, uint256 _freezeMonth, uint256 _unfreezeBeginTime)
freezeDeliverMultiStandalone(address[] _addrs, uint256[] _deliverAmounts, uint256[] _freezeAmounts, uint256 _freezeMonth, uint256 _unfreezeBeginTime)
freezeDeliverMuti(address[] _addrs, uint256 _deliverAmount, uint256 _freezeAmount, uint256 _freezeMonth, uint256 _unfreezeBeginTime)
pause()
start()
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address _newOwner)
withdraw()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BeginRunning()
BeginSell()
Burn(address indexed burner, uint256 val)
Freeze(address indexed from, uint256 value)
PauseRunning()
PauseSell()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.