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 |
---|---|---|---|---|---|
SST | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20623910 | 3 months ago | | | 0 | 0.000020384673 | |
| 20601852 | 3 months ago | | | 0 | 0.000021296502 | |
| 20530820 | 3 months ago | | | 0 | 0.000036627130 | |
| 20526683 | 3 months ago | | | 0 | 0.000045943073 | |
| 20509251 | 3 months ago | | | 0 | 0.000030353152 | |
| 20509233 | 3 months ago | | | 0 | 0.000030509778 | |
| 20509230 | 3 months ago | | | 0 | 0.000029187921 | |
| 20509226 | 3 months ago | | | 0 | 0.000031054387 | |
| 20509220 | 3 months ago | | | 0 | 0.000030877112 | |
| 20509105 | 3 months ago | | | 0 | 0.000041584262 |
ABI
ABI objects
Getter at block 21227894
decimals() view returns (uint8)
0
deprecated() view returns (bool)
false
name() view returns (string)
SIMBA Stablecoin
owner() view returns (address)
0xa9eebff951da440d92dd3ab248819113b0158c25
paused() view returns (bool)
false
symbol() view returns (string)
SIMBA
totalSupply() view returns (uint256)
1494435812
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
isBlacklisted(address account) view returns (bool)
State-modifying
Events addBlacklisted(address[] accounts)
approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 amount, bytes extraData) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deprecate(address newAddress)
deputeAdmin1(address newAdmin)
deputeAdmin2(address newAdmin)
deputeBoss(address newBoss)
destroyBlackFunds(address[] accounts)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issue(address customerAddress, uint256 amount, string comment)
pause()
redeem(uint256 amount, string comment)
removeBlacklisted(address[] accounts)
setFee(uint256 _welcomeFee, uint256 _goodbyeFee, uint256 _transferFee)
setName(string newName, string newSymbol)
shift(address holder, address recipient, uint256 value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawERC20(address ERC20Token, address recipient)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistedAdded(address indexed account)
BlacklistedRemoved(address indexed account)
OnAdminDeputed(string indexed adminType, address indexed former, address indexed current, uint256 timestamp)
OnDeprecated(uint256 timestamp)
OnFeeSet(uint256 welcomeFee, uint256 goodbyeFee, uint256 transferFee, uint256 timestamp)
OnIssued(address indexed customerAddress, uint256 amount, uint256 value, string comment, uint256 timestamp)
OnNameSet(string oldName, string oldSymbol, string newName, string newSymbol, uint256 timestamp)
OnPaused(address sender, uint256 timestamp)
OnRedeemed(address indexed customerAddress, uint256 amount, uint256 value, string comment, uint256 timestamp)
OnShifted(address holder, address recipient, uint256 value, uint256 timestamp)
OnUnpaused(address sender, uint256 timestamp)
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.