SIMBA Storage Token
Verified contract
Active on
Ethereum with 3,776 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 "SIMBA Storage Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20609344 | 3 months ago | | | 0 | 0.000016146159 | |
| 20568780 | 3 months ago | | | 0 | 0.000052677758 | |
| 20568779 | 3 months ago | | | 0 | 0.000052006246 | |
| 20488086 | 4 months ago | | | 0 | 0.000041644585 | |
| 20472942 | 4 months ago | | | 0 | 0.00014335296 | |
| 20457793 | 4 months ago | | | 0 | 0.00014220718 | |
| 20355496 | 4 months ago | | | 0 | 0.00023339678 | |
| 20354949 | 4 months ago | | | 0 | 0.00018248642 | |
| 20354437 | 4 months ago | | | 0 | 0.00019124808 | |
| 20352601 | 4 months ago | | | 0 | 0.00019194491 |
ABI
ABI objects
Getter at block 21259258
decimals() view returns (uint8)
18
name() view returns (string)
SIMBA Storage Token
owner() view returns (address)
0xa9eebff951da440d92dd3ab248819113b0158c25
symbol() view returns (string)
SST
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
releaseDate(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes extraData) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deputeAdmin(address newAdmin)
deputeBoss(address newBoss)
freeze(address[] accounts, uint256[] periods)
freezeAndTransfer(address recipient, uint256 amount, uint256 period)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setName(string newName, string newSymbol)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawERC20(address ERC20Token, address recipient)
Approval(address indexed owner, address indexed spender, uint256 value)
OnAdminDeputed(address indexed former, address indexed current, uint256 timestamp)
OnBossDeputed(address indexed former, address indexed current, uint256 timestamp)
OnFreezed(address indexed sender, address indexed account, uint256 period, uint256 timestamp)
OnNameSet(string oldName, string oldSymbol, string newName, string newSymbol, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.