Ambire Wallet Staking Token
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,769,588.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WALLET | ERC-20 | 382.954244M | $0.015066 |
$5,769,588.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21076156 | a month ago | | | 0 | 0.00071455316 | |
| 21056424 | a month ago | | | 0 | 0.00023175360 | |
| 21056280 | a month ago | | | 0 | 0.00038672400 | |
| 21056272 | a month ago | | | 0 | 0.00056610320 | |
| 21056255 | a month ago | | | 0 | 0.00059353800 | |
| 21016493 | a month ago | | | 0 | 0.00043278167 | |
| 20673362 | 3 months ago | | | 0 | 0.000032793600 | |
| 20576965 | 3 months ago | | | 0 | 0.000052969654 | |
| 20196357 | 5 months ago | | | 0 | 0.000085433718 | |
| 19888843 | 6 months ago | | | 0 | 0.00045983408 |
ABI
ABI objects
Getter at block 21307166
DOMAIN_SEPARATOR() view returns (bytes32)
0x1dcaacba17d53eca594bdbce35f180f0e608dc2873351458d7e45b7907f51311
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
WALLET() view returns (address)
0x88800092ff476844f74dc2fc427974bbee2794ae
decimals() view returns (uint8)
18
governance() view returns (address)
0x2f83c84d36cb8139e4e5d55248d6255c508aaced
name() view returns (string)
Ambire Wallet Staking Token
rageReceivedPromilles() view returns (uint256)
500
shareValue() view returns (uint256)
19706097562598075572
symbol() view returns (string)
xWALLET
timeToUnbond() view returns (uint256)
2592000
totalSupply() view returns (uint256)
19443375617641083346238471
vestingAmountPerSec() view returns (uint256)
1268391679350580000
vestingEnd() view returns (uint256)
1739599200
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
commitments(bytes32) view returns (uint256)
lockedShares(address) view returns (uint256)
nonces(address) view returns (uint256)
unbondingCommitmentWorth(address owner, uint256 shares, uint256 unlocksAt) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
enter(uint256 amount)
enterTo(address recipient, uint256 amount)
leave(uint256 shares, bool skipMint)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rageLeave(uint256 shares, bool skipMint)
setGovernance(address addr)
setRageReceived(uint256 rageReceived)
setTimeToUnbond(uint256 time)
setVestingParams(uint256 end, uint256 amountPerSecond)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
withdraw(uint256 shares, uint256 unlocksAt, bool skipMint)
Approval(address indexed owner, address indexed spender, uint256 amount)
LogLeave(address indexed owner, uint256 shares, uint256 unlocksAt, uint256 maxTokens)
LogRageLeave(address indexed owner, uint256 shares, uint256 maxTokens, uint256 receivedTokens)
LogWithdraw(address indexed owner, uint256 shares, uint256 unlocksAt, uint256 maxTokens, uint256 receivedTokens)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address token, address governanceAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.