Balances ($0.00)
No balances found for "Sigma DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17388094 | a year ago | | | 0 | 0.0036986800 | |
| 15064954 | 2 years ago | | | 0 | 0.00050670811 | |
| 15025546 | 2 years ago | | | 0 | 0.0011430941 | |
| 15013834 | 2 years ago | | | 0 | 0.0023051405 | |
| 15010472 | 2 years ago | | | 0 | 0.0017164181 | |
| 15010127 | 2 years ago | | | 0 | 0.0016695670 | |
| 15007338 | 2 years ago | | | 0 | 0.00041033435 | |
| 14985744 | 2 years ago | | | 0 | 0.0017048770 | |
| 14983415 | 2 years ago | | | 0 | 0.00088898710 | |
| 14983415 | 2 years ago | | | 0 | 0.00088898710 |
ABI
ABI objects
Getter at block 21169893
DOMAIN_SEPARATOR() view returns (bytes32)
0xac44cb88a4aec98429b135550b5f68e113ac4fe31ba66f26609511caead503ee
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
9
name() view returns (string)
Sigma DAO
owner() view returns (address)
0x389dc7b7a443d701024030579cfadd920465cfb9
symbol() view returns (string)
SIGMA
totalSupply() view returns (uint256)
1001000000000
vault() view returns (address)
0x177e65860daa5bc69a6c4853fb24ccca5734bc84
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setVault(address vault_)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
VaultTransferred(address indexed newVault)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.