Transmuter
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($260.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 261.033423 | $0.999207 |
$260.83 | |
StableDAI.com | ERC-20 | 612 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20285906 | 4 months ago | | | 0 | 0.00045272824 | |
| 20285891 | 4 months ago | | | 0 | 0.00050590191 | |
| 20285889 | 4 months ago | | | 0 | 0.00052467922 | |
| 20285867 | 4 months ago | | | 0 | 0.00052762494 | |
| 20285859 | 4 months ago | | | 0 | 0.00082714992 | |
| 16807901 | 2 years ago | | | 0 | 0.0024586264 | |
| 16807835 | 2 years ago | | | 0 | 0.0029476779 | |
| 16807802 | 2 years ago | | | 0 | 0.0027638119 | |
| 16807799 | 2 years ago | | | 0 | 0.0029251792 | |
| 16807785 | 2 years ago | | | 0 | 0.0029998418 |
ABI
ABI objects
Getter at block 21216547
NToken() view returns (address)
0x1bef2e5de862034fb0ed456df59d29ecadc9934c
TRANSMUTATION_PERIOD() view returns (uint256)
50
Token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buffer() view returns (uint256)
261033422771760065968
bufferInfo() view returns (uint256 _toDistribute, uint256 _deltaBlocks, uint256 _buffer)
(_toDistribute=4858568112034671191050509, _deltaBlocks=930641, _buffer=261033422771760065968)
governance() view returns (address)
0xc02641c1d1a350b06537010978f6eed220320acf
lastDepositBlock() view returns (uint256)
20285906
nextUser() view returns (uint256)
23
pendingGovernance() view returns (address)
0xc02641c1d1a350b06537010978f6eed220320acf
pointMultiplier() view returns (uint256)
10000000000000000000
totalDividendPoints() view returns (uint256)
156995221316832582223631494
totalSupplyNtokens() view returns (uint256)
0
unclaimedDividends() view returns (uint256)
375304
Read-only
depositedNTokens(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 _NToken, address _Token, address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.