Symbiosis
Verified contract
Active on
Ethereum with 29,774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIS | ERC-20 | 27.332175K | $0.116833 |
$3,193.3 | |
VR | ERC-20 | 54.237288K | $0.006745 |
$365.83 | |
MASK | ERC-20 | 8.68 | $2.95 |
$25.61 | |
ALICE | ERC-20 | 8.540761 | $1.18 |
$10.08 | |
SAND | ERC-20 | 24.66886 | $0.296299 |
$7.31 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158595 | 17 minutes ago | | | 0 | 0.0014446358 | |
| 21158221 | 2 hours ago | | | 0 | 0.0015263152 | |
| 21158149 | 2 hours ago | | | 0 | 0.0012206454 | |
| 21157955 | 2 hours ago | | | 0 | 0.0013606938 | |
| 21157833 | 3 hours ago | | | 0 | 0.0014514170 | |
| 21157824 | 3 hours ago | | | 0 | 0.0012941965 | |
| 21157801 | 3 hours ago | | | 0 | 0.00086786886 | |
| 21157487 | 4 hours ago | | | 0 | 0.0010954828 | |
| 21157212 | 5 hours ago | | | 0 | 0.0012331232 | |
| 21157036 | 5 hours ago | | | 0 | 0.00063016157 |
ABI
ABI objects
Getter at block 21158679
DOMAIN_SEPARATOR() view returns (bytes32)
0x14be05e1f3605c03782bdc9efdd11512cfc5df6603057fc64d897d5a5a5199db
decimals() view returns (uint8)
18
name() view returns (string)
Symbiosis
symbol() view returns (string)
SIS
totalSupply() view returns (uint256)
99489760943020000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events 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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferBatch(address[] recipients, uint256[] amounts) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.