Transmuter
Verified contract
Active on
Ethereum with 282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,358.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 4.34589K | $1.003 |
$4,358.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20858357 | 2 months ago | | | 0 | 0.0018352394 | |
| 20539076 | 3 months ago | | | 0 | 0.00012322438 | |
| 20539073 | 3 months ago | | | 0 | 0.000096665159 | |
| 20539062 | 3 months ago | | | 0 | 0.00016890667 | |
| 19788577 | 7 months ago | | | 0 | 0.0010571304 | |
| 19661029 | 7 months ago | | | 0 | 0.0014936447 | |
| 19313658 | 9 months ago | | | 0 | 0.0038066126 | |
| 19312016 | 9 months ago | | | 0 | 0.0076648071 | |
| 19040632 | 10 months ago | | | 0 | 0.0040237296 | |
| 17222249 | 2 years ago | | | 0 | 0.0073575483 |
ABI
ABI objects
Getter at block 21265664
TRANSMUTATION_PERIOD() view returns (uint256)
50
Token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
WaToken() view returns (address)
0xc2db4c131adaf01c15a1db654c040c8578929d55
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buffer() view returns (uint256)
0
bufferInfo() view returns (uint256 _toDistribute, uint256 _deltaBlocks, uint256 _buffer)
(_toDistribute=0, _deltaBlocks=407307, _buffer=0)
governance() view returns (address)
0x503a241da85f5005513f588e66b3332e952b47da
lastDepositBlock() view returns (uint256)
20858357
nextUser() view returns (uint256)
56
pendingGovernance() view returns (address)
0x503a241da85f5005513f588e66b3332e952b47da
pointMultiplier() view returns (uint256)
10000000000000000000
totalDividendPoints() view returns (uint256)
2700302447919389965665142
totalSupplyWaTokens() view returns (uint256)
0
unclaimedDividends() view returns (uint256)
1424267
Read-only
depositedWaTokens(address) view returns (uint256)
dividendsOwing(address account) view returns (uint256)
getMultipleUserInfo(uint256 from, uint256 to) view returns (address[] theUserList, uint256[] theUserData)
lastDividendPoints(address) view returns (uint256)
realisedTokens(address) view returns (uint256)
tokensInBucket(address) view returns (uint256)
userInfo(address user) view returns (uint256 depositedAl, uint256 pendingdivs, uint256 inbucket, uint256 realised)
userIsKnown(address) view returns (bool)
userList(uint256) view returns (address)
whiteList(address) view returns (bool)
State-modifying
Events acceptGovernance()
claim()
distribute(address origin, uint256 amount)
exit()
forceTransmute(address toTransmute)
setPendingGovernance(address _pendingGovernance)
setTransmutationPeriod(uint256 newTransmutationPeriod)
setWhitelist(address _toWhitelist, bool _state)
stake(uint256 amount)
transmute()
transmuteAndClaim()
transmuteClaimAndWithdraw()
unstake(uint256 amount)
GovernanceUpdated(address governance)
PendingGovernanceUpdated(address pendingGovernance)
TransmuterPeriodUpdated(uint256 newTransmutationPeriod)
constructor(address _WaToken, address _Token, address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.