Wasabi Swap
Verified contract
Active on
Ethereum with 78 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 |
---|---|---|---|---|---|
WASABI | ERC-20 | 502.24837K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11566857 | 4 years ago | | | 0 | 0.0017785920 | |
| 11159002 | 4 years ago | | | 0 | 0.0025246933 | |
| 11158981 | 4 years ago | | | 0 | 0.0021584990 | |
| 11064190 | 4 years ago | | | 0 | 0.0037042000 | |
| 11010882 | 4 years ago | | | 0 | 0.0029105340 | |
| 10909027 | 4 years ago | | | 0 | 0.0044099000 | |
| 10908994 | 4 years ago | | | 0 | 0.0050445820 | |
| 10889010 | 4 years ago | | | 0 | 0.0080609621 | |
| 10880837 | 4 years ago | | | 0 | 0.017937855 | |
| 10877055 | 4 years ago | | | 0 | 0.015020200 |
ABI
ABI objects
Getter at block 21223321
decimals() view returns (uint8)
18
governor() view returns (address)
0x115a36656360a0d9b512e32e9cf0164b56f29b4c
impl() view returns (address)
0x44cd00771f57488a1988136cc38eb03554db1f77
interestsPerBlock() view returns (uint256)
43726289770298
maxMintCumulation() view returns (uint256)
100000000000000000000000000
mintCumulation() view returns (uint256)
27747751630046449519905797
name() view returns (string)
Wasabi Swap
nounce() view returns (uint256)
0
symbol() view returns (string)
WASABI
take() view returns (uint256)
0
takeWithBlock() view returns (uint256, uint256)
(0, 21223321)
totalSupply() view returns (uint256)
10420875594144285188315930
wasabiPerBlock() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getProductivity(address user) view returns (uint256, uint256)
takeWithAddress(address user) view returns (uint256)
users(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeInterestsPerBlock(uint256 value) returns (bool)
decreaseProductivity(address user, uint256 value) returns (uint256)
incNounce()
increaseProductivity(address user, uint256 value) returns (uint256)
mint(address to) returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
upgradeGovernance(address _newGovernor)
upgradeImpl(address _newImpl)
Approval(address indexed owner, address indexed spender, uint256 value)
GovernorChanged(address indexed _oldGovernor, address indexed _newGovernor)
ImplChanged(address indexed _oldImpl, address indexed _newImpl)
InterestsPerBlockChanged(uint256 oldValue, uint256 newValue)
ProductivityDecreased(address indexed user, uint256 value)
ProductivityIncreased(address indexed user, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _interestsRate, uint256 _maxMintCumulation)
This contract contains no fallback and receive objects.
This contract contains no error objects.