Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 2.919879 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17130225 | 2 years ago | | | 0 | 0.0020225290 | |
| 17041112 | 2 years ago | | | 0 | 0.0016369159 | |
| 16717048 | 2 years ago | | | 0 | 0.0010992994 | |
| 16692834 | 2 years ago | | | 0 | 0.0021349974 | |
| 13117109 | 3 years ago | | | 0 | 0.0037969874 | |
| 12607669 | 3 years ago | | | 0 | 0.0013414633 | |
| 12486257 | 4 years ago | | | 0 | 0.0012268410 | |
| 12486248 | 4 years ago | | | 0 | 0.0012618936 | |
| 12460921 | 4 years ago | | | 0 | 0.0026289450 | |
| 12460305 | 4 years ago | | | 0 | 0.0024887346 |
ABI
ABI objects
Getter at block 21258244
DeflationToken() view returns (address)
0xf0b47ee3d3bdbef94999b2b8f4b81a52fbe2e3ed
basePercent() view returns (uint256)
100
canPause() view returns (bool)
true
decimals() view returns (uint8)
6
deflationTokenAddress() view returns (address)
0xf0b47ee3d3bdbef94999b2b8f4b81a52fbe2e3ed
name() view returns (string)
BONE
owner() view returns (address)
0xaacc9134d23b818946c7f2119671bf12380e23d9
paused() view returns (bool)
false
symbol() view returns (string)
BONE
totalSupply() view returns (uint256)
15526080386379
Read-only
_freezed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
setDeflationContractAddress(address tokenAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unFreezeAccount(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DividentTransfer(address from, address to, uint256 value)
NotPausable()
OwnershipTransferred(address indexed _from, address indexed _to)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.