FairDAPP - Bank Simulator
Verified contract
Active on
Ethereum with 997 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($15,847.76)
Native
Value
$15,847.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.435707 | $3,572.77 |
$15,847.76 | |
Only | ERC-20 | 20 | -- | -- | |
EBK | ERC-20 | 5.316587 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16402954 | 2 years ago | | | 0 | 0.00054005491 | |
| 9427587 | 5 years ago | | | 0 | 0.0041143090 | |
| 6797050 | 6 years ago | | | 0 | 0.00022103000 | |
| 6660830 | 6 years ago | | | 0 | 0.00091416600 | |
| 6660131 | 6 years ago | | | 0 | 0.00037776186 | |
| 6587938 | 6 years ago | | | 0 | 0.00062741000 | |
| 6586958 | 6 years ago | | | 0.001 | 0.0027538860 | |
| 6584016 | 6 years ago | | | 0.01 | 0.00067738580 | |
| 6582217 | 6 years ago | | | 0 | 0.00053285400 | |
| 6581235 | 6 years ago | | | 0 | 0.00040271666 |
ABI
ABI objects
Getter at block 21289780 getHeadInfo() view returns (uint256, uint256, uint256, uint256, uint256, uint256)
activated() view returns (bool)
true
developerAddr() view returns (address)
0xbc817a495f0114755da5305c5aa84fc5ca7ebabd
modifyCountdown() view returns (bool)
true
name() view returns (string)
FairDAPP - Bank Simulator
rId() view returns (uint256)
11
sId() view returns (uint256)
1
stageDuration() view returns (uint256)
64800
standardProtectRatio() view returns (uint256)
57
symbol() view returns (string)
FBank
totalSupply() view returns (uint256 total)
6
Read-only
balanceOf(address _owner) view returns (uint256 balance)
cardIndexToApproved(uint256) view returns (address)
cardList(uint256) view returns (address playerAddress, uint256 amount)
computeEarningsAmount(uint256 _sId, uint256 _amount, uint256 _currentTargetAmount, uint256 _expectEndSid, uint256 _ratio) view returns (uint256)
getEarningsAmountByGoodsIndex(uint256 _goodsIndex) view returns (uint256, uint256, uint256, bool)
getPlayerGoodList(address _player) view returns (uint256[])
getRoundJackpot(uint256 _rId) view returns (uint256)
getStageTargetAmount(uint256 _sId) view returns (uint256)
goodsList(uint256) view returns (uint256 rId, uint256 startSid, uint256 endSid, uint256 withdrawSid, uint256 amount, uint256 startAmount, uint256 endAmount, uint256 reachAmount, uint256 stepSize, uint256 protectRatio)
ownerOf(uint256 _tokenId) view returns (address owner)
playerGoodsList(address, uint256) view returns (uint256)
playerName(bytes32) view returns (address)
playerWithdrawList(address, uint256) view returns (uint256)
register(address) view returns (bytes32)
round(uint256) view returns (uint256 start, uint256 end, bool ended, uint256 endSid, uint256 amount, uint256 protectAmount, uint256 dividendAmount, uint256 jackpotAmount)
stage(uint256, uint256) view returns (uint256 start, uint256 amount, uint256 protectAmount, uint256 dividendAmount)
State-modifying
Events activate()
approve(address _to, uint256 _tokenId)
buy(uint256 _stepSize, uint256 _protectRatio, address _recommendAddr) payable
buyXname(uint256 _stepSize, uint256 _protectRatio, string _recommendName) payable
closeModifyCountdown()
openModifyCountdown()
purchaseCard(uint256 _cId) payable
reduceTime() payable
registered(string _playerName) payable
resetTime() payable
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
withdraw()
withdrawByGid(uint256 _gId)
Approval(address owner, address approved, uint256 tokenId)
Transfer(address from, address to, uint256 tokenId)
constructor()
fallback()
This contract contains no error objects.