Sokan Bitinum
Verified contract
Active on
Ethereum with 214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SBB | ERC-20 | 372.745781K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20781130 | 2 months ago | | | 0 | 0.00034937614 | |
| 20473826 | 3 months ago | | | 0 | 0.00016865043 | |
| 20467016 | 3 months ago | | | 0 | 0.00011168994 | |
| 20375777 | 4 months ago | | | 0 | 0.00019705425 | |
| 20326125 | 4 months ago | | | 0 | 0.00043071638 | |
| 20272259 | 4 months ago | | | 0 | 0.00018988048 | |
| 20228344 | 5 months ago | | | 0 | 0.00070271343 | |
| 20224580 | 5 months ago | | | 0 | 0.00011108000 | |
| 20224579 | 5 months ago | | | 0 | 0.00019653283 | |
| 20224556 | 5 months ago | | | 0 | 0.00013348621 |
ABI
ABI objects
Getter at block 21225154
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
FEE_PRECISION() view returns (uint16)
10000
MAX_FEE() view returns (uint16)
2000
TOKEN_CODE() view returns (uint256)
255379718579515443172931554263576404
autoProcessFees() view returns (bool)
true
decimals() view returns (uint8)
18
feeConfiguration() view returns (bool feesInToken, uint16 buyFees, uint16 sellFees, uint16 transferFees, uint16 burnFeeRatio, uint16 liquidityFeeRatio, uint16 collectorsFeeRatio)
(feesInToken=false, buyFees=0, sellFees=500, transferFees=0, burnFeeRatio=0, liquidityFeeRatio=0, collectorsFeeRatio=10000)
liquidityOwner() view returns (address)
0x297535687f3a7141bb47654cc7b637a6d837f02c
name() view returns (string)
Sokan Bitinum
numTokensToSwap() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0x297535687f3a7141bb47654cc7b637a6d837f02c
swapPair() view returns (address)
0xab400370b339774d1079f4d6c35edc49308c09f1
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
SBB
totalFeeCollectorsShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeCollectorShare(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isFeeCollector(address account) view returns (bool)
isLpPool(address pairAddress) view returns (bool)
State-modifying
Events addFeeCollector(address account, uint256 share)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeFees(uint256 amount, bool inToken)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processFees(uint256 amount, uint256 minAmountOut)
removeFeeCollector(address account)
renounceOwnership()
setAutoprocessFees(bool autoProcess)
setFeeConfiguration(struct TaxableTokenFeeConfiguration configuration)
setIsExcludedFromFees(address account, bool excluded)
setIsLpPool(address pairAddress, bool isLp)
setLiquidityOwner(address newOwner)
setNumTokensToSwap(uint256 amount)
setSwapRouter(address newRouter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeCollectorShare(address account, uint256 share)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFees(address indexed account, bool excluded)
FeeCollected(address indexed receiver, uint256 amount)
FeeCollectorAdded(address indexed account, uint256 share)
FeeCollectorRemoved(address indexed account)
FeeCollectorUpdated(address indexed account, uint256 oldShare, uint256 newShare)
FeeConfigurationUpdated(struct TaxableTokenFeeConfiguration configuration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetLpPool(address indexed pairAddress, bool isLp)
SwapRouterUpdated(address indexed router, address indexed pair)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_, address feeReceiver_, address swapRouter_, struct TaxableTokenFeeConfiguration feeConfiguration_, address[] collectors_, uint256[] shares_)
receive()
This contract contains no error objects.