SpecToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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
15 additional
variables
Balances ($0.00)
No balances found for "SpecToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SpecToken"
ABI
ABI objects
Getter at block 21271207
CLOCK_MODE() pure returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0x94b7a180aeaf78125c111bd7b3edd51962abdccbbe8df231445fe49ee694b3a2
calculateCurrentMonth() view returns (uint256)
668
clock() view returns (uint48)
1732615463
decimals() view returns (uint8)
18
deploymentTime() view returns (uint256)
0
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0xe61cd5727198da3bc11a14f8a8a8e7da83a5e47b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.