SiloGovernanceToken
Verified contract
Active on
Ethereum with 9,893 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,462.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Silo | ERC-20 | 37.60204K | $0.036106 |
$1,357.67 | |
USDT | ERC-20 | 105.255325 | $1.00 |
$105.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157420 | 3 hours ago | | | 0 | 0.00080020916 | |
| 21157324 | 4 hours ago | | | 0 | 0.00082945504 | |
| 21156928 | 5 hours ago | | | 0 | 0.00071087436 | |
| 21156415 | 7 hours ago | | | 0 | 0.00058340022 | |
| 21156409 | 7 hours ago | | | 0 | 0.00048281768 | |
| 21156389 | 7 hours ago | | | 0 | 0.00069822272 | |
| 21156358 | 7 hours ago | | | 0 | 0.00054564571 | |
| 21155981 | 8 hours ago | | | 0 | 0.00046338700 | |
| 21155259 | 11 hours ago | | | 0 | 0.00072512539 | |
| 21153769 | 16 hours ago | | | 0 | 0.00057204811 |
ABI
ABI objects
Getter at block 21158440
DOMAIN_SEPARATOR() view returns (bytes32)
0x7e9c7099db5e3e8ebdaeae5aa9079f08818746b1181f4f98b6667533525e361d
decimals() view returns (uint8)
18
name() view returns (string)
Silo Governance Token
owner() view returns (address)
0xe1f03b7b0ebf84e9b9f62a1db40f1efb8faa7d22
symbol() view returns (string)
Silo
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
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)
mint(address _to, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
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.