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 |
---|---|---|---|---|---|
SBT | ERC-20 | 216.31K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20374178 | 4 months ago | | | 0 | 0.0017554200 | |
| 18954667 | 10 months ago | | | 0 | 0.0022695128 | |
| 18728260 | a year ago | | | 0 | 0.0051242972 | |
| 18620622 | a year ago | | | 0 | 0.0028995098 | |
| 18447881 | a year ago | | | 0 | 0.00086730547 | |
| 18446092 | a year ago | | | 0 | 0.00085760252 | |
| 18429401 | a year ago | | | 0 | 0.0031610518 | |
| 18415183 | a year ago | | | 0 | 0.0031514477 | |
| 18414504 | a year ago | | | 0 | 0.0015553904 | |
| 18414489 | a year ago | | | 0 | 0.0026282994 |
ABI
ABI objects
Getter at block 21223310
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
3000000000000000000000000000
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint256)
18
deprecated() view returns (bool)
false
getOwner() view returns (address)
0xa5c7807a319134c58f1af068b9e352b1b5faa8c4
maximumFee() view returns (uint256)
0
name() view returns (string)
Solbit
owner() view returns (address)
0xa5c7807a319134c58f1af068b9e352b1b5faa8c4
paused() view returns (bool)
false
symbol() view returns (string)
SBT
totalSupply() view returns (uint256)
3000000000000000000000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address _spender, uint256 _value)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
issue(uint256 amount)
pause()
redeem(uint256 amount)
removeBlackList(address _clearedUser)
setParams(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maxFee)
Pause()
Redeem(uint256 amount)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.