Volts.Finance
Verified contract
Active on
Ethereum with 1,459 txns
Balances ($0.00)
No balances found for "Volts.Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20571016 | 3 months ago | | | 0 | 0.000023615385 | |
| 19260512 | 9 months ago | | | 0 | 0.00067114778 | |
| 18333977 | a year ago | | | 0 | 0.00015202960 | |
| 17017618 | 2 years ago | | | 0 | 0.00050527370 | |
| 17010192 | 2 years ago | | | 0 | 0.00047233414 | |
| 16966351 | 2 years ago | | | 0 | 0.00042591350 | |
| 15989239 | 2 years ago | | | 0 | 0.00028825905 | |
| 15851748 | 2 years ago | | | 0 | 0.00024002550 | |
| 15555125 | 2 years ago | | | 0 | 0.00019517907 | |
| 14283461 | 3 years ago | | | 0 | 0.0023837614 |
ABI
ABI objects
Getter at block 21267578
burnRate() view returns (uint256)
5
burnedSupply() view returns (uint256)
2609117795302250775756
decimals() view returns (uint8)
18
minter() view returns (address)
0x0e3c949f9db5a200ab7b877d3fbc10daecf18ef4
name() view returns (string)
Volts.Finance
owner() view returns (address)
0x29c61d957239aeaefbe815ba3e7dc983f7ab9866
symbol() view returns (string)
VOLTS
totalSupply() view returns (uint256)
1799440492197749222536
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) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
setupBurnrate(uint8 burnrate_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address newMinter)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintershipTransferred(address indexed previousMinter, address indexed newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.