Dibs Token
Verified contract
Active on
Ethereum with 90 txns
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 "Dibs Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11307970 | 4 years ago | | | 0 | 0.0031601390 | |
| 11182672 | 4 years ago | | | 0 | 0.0023144680 | |
| 11181827 | 4 years ago | | | 0 | 0.0021052757 | |
| 11179108 | 4 years ago | | | 0 | 0.0012017430 | |
| 11172853 | 4 years ago | | | 0 | 0.00089026012 | |
| 11172004 | 4 years ago | | | 0 | 0.0014687970 | |
| 11170828 | 4 years ago | | | 0 | 0.00098364890 | |
| 11170141 | 4 years ago | | | 0 | 0.00045556200 | |
| 11170140 | 4 years ago | | | 0 | 0.00080116200 | |
| 11170138 | 4 years ago | | | 0 | 0.00075665300 |
ABI
ABI objects
Getter at block 21221872
_last_buyer_index() view returns (uint8)
70
decimals() view returns (uint8)
18
name() view returns (string)
Dibs Token
symbol() view returns (string)
Dibs
totalSupply() view returns (uint256)
17161697544592022485
Read-only
_all_buyers_temp(uint256) view returns (address)
_is_address_exist_in_buyers(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
get_number_of_holders() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
is_holder_exists(address holder) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.