ARTH Bond
Verified contract
Active on
Ethereum with 245 txns
Balances ($0.00)
No balances found for "ARTH Bond"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17747312 | a year ago | | | 0 | 0.00034127139 | |
| 15878838 | 2 years ago | | | 0 | 0.00030779271 | |
| 15878837 | 2 years ago | | | 0 | 0.00027795238 | |
| 14242170 | 3 years ago | | | 0 | 0.00092907710 | |
| 14242167 | 3 years ago | | | 0 | 0.0011137812 | |
| 12021972 | 4 years ago | | | 0 | 0.0047983320 | |
| 12009786 | 4 years ago | | | 0 | 0.0042207551 | |
| 11999189 | 4 years ago | | | 0 | 0.0047983320 | |
| 11998980 | 4 years ago | | | 0 | 0.0070197820 | |
| 11991147 | 4 years ago | | | 0 | 0.0051093350 |
ABI
ABI objects
Getter at block 21293165
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
ARTH Bond
operator() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
symbol() view returns (string)
ARTHB
totalSupply() view returns (uint256)
60735741374802631608132
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
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.