BlackFort Token
Verified contract
Active on
Ethereum with 2,692 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
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Native
Value
$14,970.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.378086 | $3,419.39 |
$14,970.38 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124043 | 18 days ago | | | 0 | 0.00035202999 | |
| 20363909 | 4 months ago | | | 0 | 0.00036670362 | |
| 20355824 | 4 months ago | | | 0 | 0.00022254225 | |
| 18318888 | a year ago | | | 0 | 0.00054993370 | |
| 17624404 | a year ago | | | 0 | 0.0024156624 | |
| 17585251 | a year ago | | | 0 | 0.0027152776 | |
| 17572819 | a year ago | | | 0 | 0.0019162175 | |
| 17572658 | a year ago | | | 0 | 0.0019096997 | |
| 17569126 | a year ago | | | 0 | 0.00083231215 | |
| 17568291 | a year ago | | | 0 | 0.00075881533 |
ABI
ABI objects
Getter at block 21255264
ACCOUNT_MANAGER_ROLE() view returns (bytes32)
0x6347c6aea93629aaea238956eaec9051cb6c00a31afc4f20af3aeaf1448809be
COMPANY_MANAGER_ROLE() view returns (bytes32)
0xcf0a9511b527d83bc52550348e78f3fd005d651c5847c550931486a9755b3edf
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DIRECT_BONUS_MANAGER_ROLE() view returns (bytes32)
0x89a7f55914a854f66444abdf0d15ab6fc08519557a5b7d904849f3536632fa69
EMERGENCY_MANAGER_ROLE() view returns (bytes32)
0xdc882e12f5b8cf973047e20ece7167f89c4c0d401afaebea3031a0b4acb97489
FOUNDER_MANAGER_ROLE() view returns (bytes32)
0x7beae834696df183bee4ced95908c0d088f2e451dcb8e99b57ccbcc3c8789c93
LOYALTY_BONUS_MANAGER_ROLE() view returns (bytes32)
0x257885c2d65fff7a90f5295f6426974c57f35a5d5ed3b27d1dcda06c63be25b3
PAUSE_MANAGER_ROLE() view returns (bytes32)
0x356a809dfdea9198dd76fb76bf6d403ecf13ea675eb89e1eda2db2c4a4676a26
SALE_MANAGER_ROLE() view returns (bytes32)
0x988301af8238f779281a300de031815cd01b48e9f1ae47a0f91ed6584213624a
STAKING_MANAGER_ROLE() view returns (bytes32)
0xa6b5d83d32632203555cb9b2c2f68a8d94da48cadd9266ac0d17babedb52ea5b
companyBalance() view returns (uint256)
133323127262716847086
decimals() view returns (uint8)
18
emergencyVotesCount() view returns (uint256)
0
emergencyVotingThresholdCount() view returns (uint256)
0
getAccountsCount() view returns (uint256)
853
getCompanyFee() view returns (uint256)
41
getDirectBonusFee() view returns (uint256)
10
getFounderInvestmentCapBonus() view returns (uint256)
20000000000000000000
getFoundersCount() view returns (uint256)
6
getInvestmentCap() view returns (uint256)
100000000000000000000
getMinimumSelfBuyForDirectBonus() view returns (uint256)
1000000000000000
getStakingFee() view returns (uint256)
0
isDataMigrated() view returns (bool)
true
isEmergencyCase() view returns (bool)
false
name() view returns (string)
BlackFort Token
paused() view returns (bool)
false
symbol() view returns (string)
BXF
tokenPrice() view returns (uint256)
215129999999999
totalSupply() view returns (uint256)
21501602833853491470692
Read-only
balanceOf(address account) view returns (uint256)
directBonusOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasAccount(address account) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
hasVotedForEmergency(address account) view returns (bool)
isFounder(address account) view returns (bool)
reinvestedAmountOf(address account) view returns (uint256)
selfBuyOf(address account) view returns (uint256)
sponsorOf(address account) view returns (address)
stakingBonusOf(address account) view returns (uint256)
totalBonusOf(address account) view returns (uint256)
withdrawnAmountOf(address account) view returns (uint256)
State-modifying
Events addFounder(address account) returns (bool)
buy() payable
createAccount(address sponsor) returns (bool)
emergencyContractBalanceWithdraw()
exit()
finishAccountMigration()
grantRole(bytes32 role, address account)
migrateAccount(address account, address sponsor, uint256 tokensToMint, uint256 selfBuy)
migrateAccountsInBatch(struct AccountStorageMigrationData[] data)
moveSaleForwardBy(uint256 blocks)
pause()
reinvest(uint256 amountToReinvest)
removeFounder(address account) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sell(uint256 amountOfTokens)
setCompanyFee(uint256 fee)
setDirectBonusFee(uint256 fee)
setFounderInvestmentCapBonus(uint256 investmentCapBonus)
setMinimumSelfBuyForDirectBonus(uint256 amount)
setSponsorFor(address account, address newSponsor)
setStakingFee(uint256 fee)
stakeLoyaltyBonus() payable
startEmergencyVote(uint256 thresholdCount)
startSale()
transfer(address recipient, uint256 amount) returns (bool)
unpause()
voteForEmergencyCase() returns (bool)
withdraw(uint256 amountToWithdraw)
withdrawCompanyBalance(uint256 amount)
AccountCreation(address indexed account, address indexed sponsor)
AccountMigrationFinished()
AccountSponsorUpdated(address indexed account, address indexed oldSponsor, address indexed newSponsor)
BXFBuy(address indexed account, uint256 ethereumInvested, uint256 taxedEthereum, uint256 tokensMinted)
BXFReinvestment(address indexed account, uint256 ethereumReinvested, uint256 tokensMinted)
BXFSell(address indexed account, uint256 tokenBurned, uint256 ethereumGot)
CompanyFeeUpdate(uint256 fee)
CompanyWithdraw(address indexed account, uint256 amount)
DirectBonusFeeUpdate(uint256 fee)
DirectBonusPaid(address indexed account, address indexed fromAccount, uint256 amountOfEthereum)
EmergencyVotingStarted()
EmergencyWithdraw(address account, uint256 amount)
FounderInvestmentCapBonusUpdate(uint256 newInvestmentCapBonus)
LoyaltyBonusStaked(uint256 amount)
MinimumSelfBuyForDirectBonusUpdate(uint256 amount)
NewSaleStartBlock(uint256 atBlockNumber, uint256 atTimestamp)
Paused(address account)
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)
SaleStarted(uint256 atBlockNumber, uint256 atTimestamp)
StakingFeeUpdate(uint256 fee)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Withdraw(address indexed account, uint256 ethereumWithdrawn)
constructor(string name, string symbol)
fallback()
This contract contains no error objects.