Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BidaCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19564585 | 7 months ago | | | 0 | 0.0010193046 | |
| 19480798 | 8 months ago | | | 0 | 0.0014256337 | |
| 15583286 | 2 years ago | | | 0 | 0.0010671630 | |
| 14434326 | 3 years ago | | | 0 | 0.0012130289 | |
| 13465534 | 3 years ago | | | 0 | 0.0032541228 | |
| 13459275 | 3 years ago | | | 0 | 0.0022273786 | |
| 12151775 | 4 years ago | | | 0 | 0.0036457470 | |
| 12151710 | 4 years ago | | | 0 | 0.0082201501 | |
| 12060661 | 4 years ago | | | 0 | 0.0069253740 | |
| 12055050 | 4 years ago | | | 0 | 0.0068319108 |
ABI
ABI objects
Getter at block 21187964
decimals() view returns (uint8)
18
getHoldAmountAccounts() view returns (address[])
[]
getNow() view returns (uint256)
1731611831
name() view returns (string)
BidaCoin
owner() view returns (address)
0xfe8b45427faf6290be3eda23cbc462b7e8c9ba27
symbol() view returns (string)
BIDA
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkAvailableAmount(address _address, uint256 _amount) view returns (bool)
countHoldAmount(address _address) view returns (uint256)
getAvailableBalance(address _address) view returns (uint256)
getHoldAmount(address _address, uint256 _idx) view returns (uint256, uint256)
getTotalHoldAmount(address _address) view returns (uint256)
isValidAddress(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
changeHoldByAddressIndex(address _address, uint256 _index, uint256 _amount, uint256 _time)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
initialSupply(uint256 _amount) returns (bool)
removeHoldByAddress(address _address)
removeHoldByAddressIndex(address _address, uint256 _index)
setHoldAmount(address _address, uint256 _amount, uint256 _time)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.