DeFi Bids
Verified contract
Active on
Ethereum with 2,128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x795c…556f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BIDS | ERC-20 | 5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655181 | 2 months ago | | | 0 | 0.000060350346 | |
| 20392088 | 3 months ago | | | 0 | 0.000093697375 | |
| 19642164 | 7 months ago | | | 0 | 0.0013148613 | |
| 19601655 | 7 months ago | | | 0 | 0.00024266091 | |
| 19477310 | 8 months ago | | | 0 | 0.00085368418 | |
| 18349330 | a year ago | | | 0 | 0.00014107904 | |
| 18138035 | a year ago | | | 0 | 0.00024854696 | |
| 17983152 | a year ago | | | 0 | 0.00036613714 | |
| 17517573 | a year ago | | | 0 | 0.00030308746 | |
| 17118342 | 2 years ago | | | 0 | 0.0013908792 |
ABI
ABI objects
Getter at block 21158116
BURN_RATE() view returns (uint256)
2000
PERCENTS_DIVIDER() view returns (uint256)
1000
decimals() view returns (uint8)
18
isStackingActive() view returns (bool)
false
name() view returns (string)
DeFi Bids
owner() view returns (address)
0x3e7a427975dc8c0375ad06bd9908a7c38221b30d
releaseTime() view returns (uint256)
1630713600
stackingPoolAddress() view returns (address)
0x795ce5d8eab46edb30dc0421f130162f6b75556f
symbol() view returns (string)
BIDS
totalSupply() view returns (uint256)
48873133640756031140091094
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
bulkTransfer(address[] _receivers, uint256[] _amounts)
burnMyBIDS(uint256 amount) returns (bool)
changeStackingStatus() returns (bool currentStackingStatus)
chnageTransferBurnRate(uint256 burnRatio_) returns (bool)
releaseLokedBIDS() returns (bool)
setStackingPoolContract(address _a) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(address _tokenHolder, address _presaleContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.