Slicer.Finance
Verified contract
Active on
Ethereum with 227 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 |
---|---|---|---|---|---|
SLS | ERC-20 | 100,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284441 | 15 days ago | | | 0 | 0.00022988915 | |
| 19903430 | 7 months ago | | | 0 | 0.000074293445 | |
| 15497134 | 2 years ago | | | 0 | 0.00079506409 | |
| 13209055 | 3 years ago | | | 0 | 0.0012765996 | |
| 12553309 | 4 years ago | | | 0 | 0.00085713600 | |
| 11620415 | 4 years ago | | | 0 | 0.00092139960 | |
| 11587594 | 4 years ago | | | 0 | 0.0058490100 | |
| 11580042 | 4 years ago | | | 0 | 0.0027888211 | |
| 11569537 | 4 years ago | | | 0 | 0.0015798240 | |
| 11569483 | 4 years ago | | | 0 | 0.0016256160 |
ABI
ABI objects
Getter at block 21392115
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
gov() view returns (address)
0xb6eafc4f9fd8f472471122812a8994b7735b6840
liquidityPool() view returns (address)
0xcff4cccb3d3d7372855872b3234e16deb237c3b9
name() view returns (string)
Slicer.Finance
pendingGov() view returns (address)
0xda866236c000a586e155b73dacc1491bbd24b654
symbol() view returns (string)
SLS
totalSupply() view returns (uint256)
100100000000026000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events _acceptGov()
_setLiquidityPool(address liquidityPool_)
_setPendingGov(address pendingGov_)
approve(address spender, uint256 value) returns (bool)
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) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Mint(address to, uint256 amount)
NewGov(address oldGov, address newGov)
NewLiquidityPool(address oldLiquidityPool, address newLiquidityPool)
NewPendingGov(address oldPendingGov, address newPendingGov)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.