Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABYSS | ERC-20 | 22.510355 | $0.006503 |
$0.15 | |
SFU | ERC-20 | 201.300271 | -- | -- | |
EET | ERC-20 | 80 | -- | -- | |
DCNT | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20623909 | 3 months ago | | | 0 | 0.000023510700 | |
| 17129753 | 2 years ago | | | 0 | 0.0020352685 | |
| 17062765 | 2 years ago | | | 0 | 0.0011963167 | |
| 16853779 | 2 years ago | | | 0 | 0.00042760640 | |
| 16853779 | 2 years ago | | | 0 | 0.00042760640 | |
| 16853779 | 2 years ago | | | 0 | 0.00042760640 | |
| 16853779 | 2 years ago | | | 0 | 0.00077573422 | |
| 16853778 | 2 years ago | | | 0 | 0.00081005050 | |
| 14416364 | 3 years ago | | | 0 | 0.0010160944 | |
| 14284194 | 3 years ago | | | 0 | 0.0020837077 |
ABI
ABI objects
Getter at block 21296583
AMOUNT_TOKENS_FOR_SELL() view returns (uint256)
130000000000000000000000000
INITIAL_TOTAL_SUPPLY() view returns (uint256)
200000000000000000000000000
RESERVED_FOR_TEAM() view returns (uint256)
50000000000000000000000000
RESERVED_TOTAL_AMOUNT() view returns (uint256)
70000000000000000000000000
RESERVE_FUND() view returns (uint256)
20000000000000000000000000
alreadyReservedForTeam() view returns (uint256)
49999933287111100000000000
burnAddress() view returns (address)
0x0e96ce058bc9aa5f5beaa7af57adc8a3ea8994d6
decimals() view returns (uint8)
18
name() view returns (string)
Saifu
owner() view returns (address)
0x5840c2bad9d4aaff8709b275f39262e9c6bf1417
symbol() view returns (string)
SFU
totalSupply() view returns (uint256)
82382072205772487000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenList(address) view returns (bool)
getLockedContract(address _address) view returns (address)
isFrozen(address _wallet) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnFromAddress(uint256 _amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address _wallet)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
reserveForTeam(address _address, uint256 _amount, uint256 _time)
reserveFunds(address _address)
sendWithFreeze(address _address, uint256 _amount, uint256 _time)
setBurnAddress(address _address)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreezeAccount(address _wallet)
unlockTokens(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address indexed wallet, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.