SymVerse
Verified contract
Active on
Ethereum with 13,376 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003964 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889654 | a month ago | | | 0 | 0.00019535780 | |
| 20453460 | 3 months ago | | | 0 | 0.000049094000 | |
| 19764417 | 6 months ago | | | 0 | 0.00044195400 | |
| 18962068 | 10 months ago | | | 0 | 0.00083480200 | |
| 16931848 | 2 years ago | | | 0 | 0.0013883410 | |
| 13299393 | 3 years ago | | | 0 | 0.0026502960 | |
| 12578516 | 3 years ago | | | 0 | 0.00039684120 | |
| 11631735 | 4 years ago | | | 0 | 0.0048963200 | |
| 11631735 | 4 years ago | | | 0 | 0.0036963200 | |
| 11393839 | 4 years ago | | | 0 | 0.00080891080 |
ABI
ABI objects
Getter at block 21158074
circulationAmount() view returns (uint256)
599970820000000000000000000
decimals() view returns (uint256)
18
delegator() view returns (address)
0x035dd50c6193cbd631d41974d468eaf2b6443540
isDelegator() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
SymVerse
owner() view returns (address)
0x1c248c00f3df4f42ff88045db3ead3093f23f437
symbol() view returns (string)
SYM
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
availableBalanceOf(address holder) view returns (uint256)
balanceOf(address holder) view returns (uint256)
chargeAmountOf(address holder) view returns (uint256)
receiptAccountOf(address holder) view returns (string)
unlockAmountOf(address holder) view returns (uint256)
State-modifying
Events appointDelegator(address delegator) returns (bool)
approve(address spender, uint256 value) returns (bool)
charge(address holder, uint256 chargeAmount, uint256 unlockAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseCirculation(uint256 amount) returns (uint256)
decreaseUnlockAmount(address holder, uint256 lockAmount)
dissmissDelegator() returns (bool)
exchange(address holder) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseCirculation(uint256 amount) returns (uint256)
increaseUnlockAmount(address holder, uint256 unlockAmount)
lock() returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unlock() returns (bool)
unlockAmountAll(address holder)
withdraw() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeCirculation(uint256 circulationAmount)
Charge(address indexed holder, uint256 chargeAmount, uint256 unlockAmount)
DecreaseUnlockAmount(address indexed holder, uint256 unlockAmount)
DelegateAppointed(address indexed previousDelegator, address indexed newDelegator)
Exchange(address indexed holder, address indexed exchangeHolder, uint256 amount)
IncreaseUnlockAmount(address indexed holder, uint256 unlockAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed holder, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.