Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACDC | ERC-20 | 167.2K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20585843 | 3 months ago | | | 0 | 0.00014655771 | |
| 16527794 | 2 years ago | | | 0 | 0.0016168342 | |
| 16466978 | 2 years ago | | | 0 | 0.00094207321 | |
| 16096149 | 2 years ago | | | 0 | 0.00087465400 | |
| 16082338 | 2 years ago | | | 0 | 0.0011221197 | |
| 16011329 | 2 years ago | | | 0 | 0.0018474625 | |
| 15951850 | 2 years ago | | | 0 | 0.0018194240 | |
| 15656227 | 2 years ago | | | 0 | 0.00032028174 | |
| 13624814 | 3 years ago | | | 0 | 0.0056000705 | |
| 13619116 | 3 years ago | | | 0 | 0.0048154210 |
ABI
ABI objects
Getter at block 21160373
decimals() view returns (uint256)
18
name() view returns (string)
VOLT
symbol() view returns (string)
ACDC
totalSupply() view returns (uint256)
4000000000000000000000000000
Read-only
allowance(address target_address, address spender_address) view returns (uint256)
balanceOf(address client_address) view returns (uint256)
State-modifying
Events addOwner(address newVoltOwnerAddress)
approve(address spender_address, uint256 value) returns (bool)
getFreezeTimestamp(address who) returns (uint256)
getOwners() returns (address[])
getRemainingSupply() returns (uint256)
mint(address to, uint256 value, uint256 freezeTimestamp)
mintClose() returns (bool)
mintOpen() returns (bool)
removeOwner(address removeVoltOwnerAddress)
setFreeze(address freezeAddress, uint256 timestamp) returns (bool)
setRemainingSupply(uint256 newRemainingSupply) returns (bool)
setTokenName(string newTokenName) returns (bool)
setTokenSymbol(string newTokenSymbol) returns (bool)
setTotalSupply(uint256 newTotalSupply) returns (bool)
superMint(address to, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approve(address indexed target, address indexed spender, uint256 value)
Burn(address indexed target, uint256 value)
Deposit(address indexed from, address indexed to, uint256 value)
Mint(address indexed to, 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.