SuperBrain Capital Dao
Verified contract
Active on
Ethereum with 2,024 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
0xc49c…2826
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$SBC | ERC-20 | 9.550436M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20583771 | 3 months ago | | | 0 | 0.00010264464 | |
| 19643735 | 7 months ago | | | 0 | 0.00034241207 | |
| 19602199 | 7 months ago | | | 0 | 0.00052752532 | |
| 19509701 | 8 months ago | | | 0 | 0.00044114915 | |
| 19476565 | 8 months ago | | | 0 | 0.00096460137 | |
| 19172480 | 9 months ago | | | 0 | 0.00063403535 | |
| 18802611 | a year ago | | | 0 | 0.00086511796 | |
| 17300019 | a year ago | | | 0 | 0.015303477 | |
| 17300017 | a year ago | | | 0 | 0.0013878588 | |
| 17014052 | 2 years ago | | | 0 | 0.00050029234 |
ABI
ABI objects
Getter at block 21211484
_maxTxAmount() view returns (uint256)
5000000000000000000
_maxWallet() view returns (uint256)
3000000000000000000
_totalSupply() view returns (uint256)
100000000000000000000
buyFees() view returns (uint256 reflectionFee, uint256 treasuryFee, uint256 liquidityFee, uint256 totalFee)
(reflectionFee=5, treasuryFee=5, liquidityFee=4, totalFee=14)
decimals() pure returns (uint8)
9
dividendTracker() view returns (address)
0xc49cf8e87cb824759c335e8aef16f865cd8b2826
owner() view returns (address)
0xab7d54bd2ee738aed72c12ea8c4ec034ebbfa223
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFees() view returns (uint256 reflectionFee, uint256 treasuryFee, uint256 liquidityFee, uint256 totalFee)
(reflectionFee=5, treasuryFee=8, liquidityFee=1, totalFee=14)
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
1
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, uint256, uint256, uint256, uint256, uint256, uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
claim()
manualSendDividend(uint256 amount, address holder)
name() returns (string)
openTrade()
renounceOwnership()
rescueETH(uint256 _amount)
rescueToken(address _token, uint256 _amount)
setBuyFees(uint256 _reflectionFee, uint256 _treasuryFee, uint256 _liquidityFee)
setDistributionCriteria(uint256 _minPeriod, uint256 _minDistribution, uint256 _minimumTokenBalanceForDividends)
setExcludeDividend(address holder, bool exempt)
setExcludeFeeMultiple(address[] _users, bool exempt)
setExcludeTxMultiple(address[] _users, bool exempt)
setName(string newName, string newSymbol)
setReceiver(address _treasuryWallet, address _liquidityWallet)
setSellFees(uint256 _reflectionFee, uint256 _treasuryFee, uint256 _liquidityFee)
setSwapBackSettings(bool _enabled, uint256 _amount, bool _ignoreLimit, uint256 _interval)
setTxLimit(uint256 amount)
symbol() returns (string)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.