SPiCE VC Token
Verified contract
Active on
Ethereum with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6391642 | 6 years ago | | | 0 | 0.0011715750 | |
| 6337753 | 6 years ago | | | 0 | 0.0015514400 | |
| 6336862 | 6 years ago | | | 0 | 0.00092256000 | |
| 6280493 | 6 years ago | | | 0 | 0.0017892600 | |
| 6264340 | 6 years ago | | | 0 | 0.0038965500 | |
| 6242227 | 6 years ago | | | 0 | 0.0015902260 | |
| 6241576 | 6 years ago | | | 0 | 0.00034907400 | |
| 6233495 | 6 years ago | | | 0 | 0.00037650200 | |
| 6159190 | 6 years ago | | | 0 | 0.0043623440 | |
| 6103952 | 6 years ago | | | 0 | 0.0031172400 |
ABI
ABI objects
Getter at block 21296345
decimals() pure returns (uint8)
8
name() pure returns (string)
SPiCE VC Token
owner() pure returns (address)
0xefde9e7ad2e47e0a6d10921ad2cb62a1c65f80c1
paused() pure returns (bool)
true
symbol() pure returns (string)
SPICE
totalInactive() pure returns (uint256)
12180367200000000
totalSupply() pure returns (uint256)
781132700000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
isBurnWallet(address _burnWalletAddress) pure returns (bool)
lockCount(address _who) pure returns (uint8)
lockInfo(address _who, uint64 _index) pure returns (uint64 id, uint8 reason, uint256 value, uint64 autoReleaseTime)
redemptionCount(address _who) pure returns (uint64)
redemptionInfo(address _who, uint64 _index) pure returns (uint64 redemptionId, uint8 reason, uint256 value)
totalRedemptionIdValue(address _who, uint64 _redemptionId) pure returns (uint256)
transferableTokens(address holder, uint64 time) pure returns (uint256)
State-modifying
Events addAdmin(address _address)
addBurnWallet(address _burnWalletAddress)
approve(address _spender, uint256 _value) returns (bool)
burnTokens(address _burnWallet, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
destroy()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
issueTokens(address _to, uint256 _value) returns (bool)
issueTokensWithLocking(address _to, uint256 _value, uint256 _valueLocked, uint8 _why, uint64 _releaseTime) returns (bool)
lockTokens(address _who, uint256 _value, uint8 _reason, uint64 _releaseTime) returns (uint64)
pause()
reclaimEther()
reclaimToken(address token)
redeemTokens(address _from, address _burnWallet, uint256 _value, uint8 _reason, uint64 _redemptionId)
removeAdmin(address _address)
tokenFallback(address, uint256, bytes)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockTokens(address _who, uint64 _lockId) returns (bool)
unpause()
AddedBurnWallet(address indexed burnWallet)
AdminAdded(address admin)
AdminRemoved(address admin)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed burnWallet, uint256 value)
Destroyed()
Issued(address indexed to, uint256 value, uint256 valueLocked)
Locked(address indexed who, uint256 value, uint8 reason, uint256 releaseTime, uint64 lockId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Redeemed(address indexed from, address indexed burnWallet, uint256 value, uint8 reason, uint64 indexed redemptionId)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed who, uint256 value, uint64 lockId)
Unpause()
constructor()
fallback()
This contract contains no error objects.