VOLTAGE
Verified contract
Proxy
Active on
Ethereum with 19,211 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x3fe1…cbc5
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOLT | ERC-20 | 1.15K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085325 | 11 days ago | | | 0 | 0.00043174824 | |
| 21072078 | 13 days ago | | | 0 | 0.00075613501 | |
| 21061493 | 15 days ago | | | 0 | 0.00028036320 | |
| 20859680 | a month ago | | | 0 | 0.00044934352 | |
| 20845507 | a month ago | | | 0 | 0.00057999484 | |
| 20763707 | 2 months ago | | | 0 | 0.0011352717 | |
| 20750970 | 2 months ago | | | 0 | 0.00013882878 | |
| 20663210 | 2 months ago | | | 0 | 0.00026101356 | |
| 20642155 | 2 months ago | | | 0 | 0.00038098052 | |
| 20641988 | 2 months ago | | | 0 | 0.00014881373 |
ABI
ABI objects
Getter at block 21167453
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FERTILITY_RATE() view returns (uint256)
115740740740740
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SPENDER_ROLE() view returns (bytes32)
0x7434c6f201a551bfd17336985361933e0c4935b520dac8a49d937b325f7d5c0a
START() view returns (uint256)
1630308076
STOP() view returns (uint256)
1662760658
SupDucks() view returns (address)
0x3fe1a4c1481c8351e91b64d5c398b159de07cbc5
decimals() view returns (uint8)
18
name() view returns (string)
VOLTAGE
paused() view returns (bool)
false
symbol() view returns (string)
VOLT
totalSupply() view returns (uint256)
19574941198147991425864640
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTotalClaimable(address user) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
lastUpdate(address) view returns (uint256)
rewards(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimReward()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
fertilize(uint256 fertility)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(string name, string symbol)
mint(address to, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSupDucks(address supAddy)
spend(address user, uint256 amount)
stopDistribution()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateReward(address from, address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.