ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 15,223 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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
19 additional
variables
Balances ($5,250.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPEC | ERC-20 | 452.983889 | $11.59 |
$5,250.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157673 | 3 minutes ago | | | 0 | 0.00085942478 | |
| 21157608 | 16 minutes ago | | | 0 | 0.00095871247 | |
| 21157386 | an hour ago | | | 0 | 0.0012216444 | |
| 21157320 | an hour ago | | | 0 | 0.00089764270 | |
| 21157263 | an hour ago | | | 0 | 0.0012175884 | |
| 21157246 | an hour ago | | | 0 | 0.00088913737 | |
| 21157072 | 2 hours ago | | | 0 | 0.00083413295 | |
| 21157050 | 2 hours ago | | | 0 | 0.0010366566 | |
| 21157030 | 2 hours ago | | | 0 | 0.00069572800 | |
| 21157015 | 2 hours ago | | | 0 | 0.0010389768 |
ABI
ABI objects
Getter at block 21157683 proxiableUUID() view returns (bytes32)
CLOCK_MODE() pure returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0xdd471a4e0301141bef0517dfba588095cab64935d5f364a427c61e100e227eb2
calculateCurrentMonth() view returns (uint256)
12
clock() view returns (uint48)
1731246683
decimals() view returns (uint8)
18
deploymentTime() view returns (uint256)
1699280867
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0xadf7c35560035944e805d98ff17d58cde2449389, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Spectral Token
owner() view returns (address)
0x42bd4cd20e19d529f62b1609cf9303909e1596a1
paused() view returns (bool)
false
symbol() view returns (string)
SPEC
totalSupply() view returns (uint256)
100000000000000000000000000
veTokenMigrator() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allocations(address) view returns (uint256 firstAllocation, uint256 monthlyAllocation)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateAllocation(address _account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
isWhitelisted(address) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
totalSpent(address) view returns (uint256)
State-modifying
Events addToWhitelist(address[] _accounts, struct SpecTokenStorageTotalAllocation[] allocation)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _totalSupply, uint256 _whitelistAddEnd, address _veTokenMigrator)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeFromWhitelist(address[] _accounts)
renounceOwnership()
setVeTokenMigrator(address _veTokenMigrator)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddToWhitelist(address[] accounts, struct SpecTokenStorageTotalAllocation[] allocation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveFromWhitelist(address[] accounts)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
VeTokenMigratorSet(address veTokenMigrator)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.