Sav3Token
Verified contract
Active on
Ethereum with 6,784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($99,160.97)
Native
Value
$99,160.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 30.171384 | $3,286.59 |
$99,160.97 | |
SAV3 | ERC-20 | 63.612532K | -- | -- | |
AIRDROP | ERC-20 | 9.204525K | -- | -- | |
DEC | ERC-20 | 3 | -- | -- | |
UNI-V2 | ERC-20 | 1.394929 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114703 | 18 days ago | | | 0 | 0.00025354623 | |
| 21008131 | a month ago | | | 0 | 0.00045149987 | |
| 20937754 | a month ago | | | 0 | 0.00057528770 | |
| 20937626 | a month ago | | | 0 | 0.00073581810 | |
| 20818841 | 2 months ago | | | 0 | 0.00078666474 | |
| 20660961 | 3 months ago | | | 0 | 0.000051094677 | |
| 20617518 | 3 months ago | | | 0 | 0.000043071915 | |
| 20602050 | 3 months ago | | | 0 | 0.000034893571 | |
| 20602026 | 3 months ago | | | 0 | 0.000036676966 | |
| 20574213 | 3 months ago | | | 0 | 0.000035241870 |
ABI
ABI objects
Getter at block 21243928
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
burnableLiquidity() view returns (uint256)
1394928562752840206
burnedLiquidity() view returns (uint256)
90406779361406304012
burnedSupply() view returns (uint256)
19753648813293763004065163
decimals() view returns (uint8)
18
liquidityLockDivisor() view returns (uint256)
12
liquidityRewardsDivisor() view returns (uint256)
2
lockableSupply() view returns (uint256)
63612532213692322802355
lockedLiquidity() view returns (uint256)
91801707924159144218
lockedSupply() view returns (uint256)
20058437117250896633361697
name() view returns (string)
Sav3Token
symbol() view returns (string)
SAV3
totalSupply() view returns (uint256)
26734226103530162868353250
uniswapV2Pair() view returns (address)
0xc2b7888a8d7b62e2a518bbc79fbbd6b75da524b6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
isMinter(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events addMinter(address account)
addWhitelistAdmin(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
burnLiquidity()
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)
lockLiquidity(uint256 _lockableSupply)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
renounceWhitelistAdmin()
rewardLiquidityProviders()
setLiquidityLockDivisor(uint256 _liquidityLockDivisor)
setLiquidityRewardsDivisor(uint256 _liquidityRewardsDivisor)
setUniswapV2Pair(address _uniswapV2Pair)
setUniswapV2Router(address _uniswapV2Router)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnLiquidity(uint256 lpTokenAmount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
LockLiquidity(uint256 tokenAmount, uint256 ethAmount)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
RewardLiquidityProviders(uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.