BDAO Network
Verified contract
Active on
Ethereum with 2,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
No balances found for "BDAO Network"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206067 | a day ago | | | 0 | 0.00024720889 | |
| 20981884 | a month ago | | | 0 | 0.00023180270 | |
| 19495634 | 8 months ago | | | 0 | 0.00040156926 | |
| 18970383 | 10 months ago | | | 0 | 0.00056016363 | |
| 17077381 | 2 years ago | | | 0 | 0.0032339867 | |
| 15959138 | 2 years ago | | | 0 | 0.00032030767 | |
| 15811923 | 2 years ago | | | 0 | 0.00036312000 | |
| 15657926 | 2 years ago | | | 0 | 0.00013419460 | |
| 14555183 | 3 years ago | | | 0 | 0.00058099200 | |
| 13737857 | 3 years ago | | | 0 | 0.0030530552 |
ABI
ABI objects
Getter at block 21213617
decimals() view returns (uint8)
18
name() view returns (string)
BDAO Network
symbol() view returns (string)
BDAO
totalStaked() view returns (uint256)
2508091969400820220110691
totalSupply() view returns (uint256)
30000000000000000000000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensStaked, uint256 userBalance, uint256 userStaked, uint256 userDividends, uint256 usercollectTime)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
collectTimeOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
stakedOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
collect() returns (uint256)
distribute(uint256 _tokens)
stake(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
unstake(uint256 _tokens)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Stake(address indexed owner, uint256 tokens)
Tax(uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unstake(address indexed owner, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.