BlackSwan
Verified contract
Active on
Ethereum with 614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($3,547.58)
Native
Value
$3,547.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.98204 | $3,612.46 |
$3,547.58 | |
SWAN | ERC-20 | 60.631364 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20499485 | 4 months ago | | | 0 | 0.00010189847 | |
| 18245372 | a year ago | | | 0 | 0.00017599431 | |
| 16883294 | 2 years ago | | | 0 | 0.00047878541 | |
| 16756691 | 2 years ago | | | 0 | 0.00098751848 | |
| 16756668 | 2 years ago | | | 0 | 0.0010006367 | |
| 16534419 | 2 years ago | | | 0 | 0.00085218506 | |
| 16202775 | 2 years ago | | | 0 | 0.00065533453 | |
| 15753357 | 2 years ago | | | 0 | 0.00098679851 | |
| 15558397 | 2 years ago | | | 0 | 0.00012146311 | |
| 15491222 | 2 years ago | | | 0 | 0.0019635501 |
ABI
ABI objects
Getter at block 21317088
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LiquiditySettings() view returns (uint256 liquidityFeeAccumulator, uint256 numTokensToSwap, uint256 lastSwap, uint8 swapInterval, bool swapEnabled, bool inSwap, bool autoLiquifyEnabled)
(liquidityFeeAccumulator=76701404361, numTokensToSwap=100000000000, lastSwap=1677954743, swapInterval=0, swapEnabled=true, inSwap=false, autoLiquifyEnabled=true)
TransactionSettings() view returns (uint256 maxTxAmount, uint256 maxWalletAmount, bool txLimits)
(maxTxAmount=1000000000000, maxWalletAmount=1500000000000, txLimits=true)
autoLiquidityReceiver() view returns (address)
0x27a93a440c41136a3e54a43987b36333b063220a
cooldownInfo() view returns (bool buycooldownEnabled, bool sellcooldownEnabled, uint8 cooldownLimit, uint8 cooldownTime)
(buycooldownEnabled=true, sellcooldownEnabled=true, cooldownLimit=60, cooldownTime=30)
decimals() view returns (uint8)
9
feeEnabled() view returns (bool)
true
getAccumulatedFees() view returns (uint256 treasuryAmount)
24007437993697963738
name() view returns (string)
BlackSwan
symbol() view returns (string)
SWAN
totalSupply() view returns (uint256)
100000000000000
tradingOpen() view returns (bool)
true
treasuryFeeReceiver() view returns (address)
0x27a93a440c41136a3e54a43987b36333b063220a
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bannedUsers(address) view returns (bool)
getFees(uint8 _feeType) view returns (uint16 _totalFee, uint16 _treasuryFee, uint16 _liquidityFee, string Type)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lpPairs(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events airDropTokens(address[] addresses, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
clearStuckBalance(uint256 amountPercentage)
clearStuckToken(address to)
clearStuckTokens(address _token, address _to) returns (bool _sent)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAutoLiquifyEnabled(bool _enabled)
setCooldownEnabled(bool buy, bool sell, uint8 _cooldown)
setExempt(address holder, bool fee, bool wallet)
setFeeReceivers(address _autoLiquidityReceiver, address _treasuryFeeReceiver)
setFees(uint16 _liquidityFee, uint16 _treasuryFee, uint8 _feeType)
setFeesEnabled(bool _enabled)
setLp(address _holder, bool pairing, bool holder)
setMaxWallet(uint256 percent, uint256 divisor)
setRouter(address newRouter)
setSwapBackSettings(bool _enabled, uint256 _amount)
setTransactionLimits(bool enabled)
setTxLimit(uint256 percent, uint256 divisor)
setWalletBanStatus(address[] user, bool banned)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountEth, uint256 amountToken)
AutoLiquifyUpdated(bool enabled)
FeeReceiversUpdated(address autoLiquidityReceiver, address treasuryFeeReceiver)
FeesEnabled(bool _enabled)
Launched()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SwapBack(uint256 amountToken, uint256 amountEth)
SwapBackSettingsUpdated(bool enabled, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TxLimitUpdated(uint256 amount)
WalletBanStatusUpdated(address user, bool banned)
WalletLimitUpdated(uint256 amount)
constructor()
receive()
This contract contains no error objects.