SymVerse
Verified contract
Active on
Ethereum with 7,990 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249122 | 5 days ago | | | 0 | 0.00038337922 | |
| 21026396 | a month ago | | | 0 | 0.00019702454 | |
| 20998703 | a month ago | | | 0 | 0.00037016947 | |
| 20896700 | 2 months ago | | | 0 | 0.00015343469 | |
| 20896422 | 2 months ago | | | 0 | 0.000094326742 | |
| 20896411 | 2 months ago | | | 0 | 0.000080955613 | |
| 20896408 | 2 months ago | | | 0 | 0.000089062566 | |
| 20896246 | 2 months ago | | | 0 | 0.00012941470 | |
| 20889563 | 2 months ago | | | 0 | 0.00018436843 | |
| 20834201 | 2 months ago | | | 0 | 0.00052792007 |
ABI
ABI objects
Getter at block 21282421
circulationAmount() view returns (uint256)
1000000000000000000000000000
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)
balanceOf(address holder) view returns (uint256)
State-modifying
Events appointDelegator(address delegator_) returns (bool)
approve(address spender, uint256 value) returns (bool)
approveDelegator(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseAllowanceDelegator(address spender, uint256 subtractedValue) returns (bool)
dissmissDelegator() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseAllowanceDelegator(address spender, uint256 addedValue) returns (bool)
lock() returns (bool)
transfer(address to, uint256 value) returns (bool)
transferDelegator(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unlock() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CreateToken(address indexed c_owner, string c_name, string c_symbol, uint256 c_totalSupply)
DelegateAppointed(address indexed previousDelegator, address indexed newDelegator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.