VendingMachine
Verified contract
Active on
Ethereum with 1,270 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NU | ERC-20 | 1.156648B | $0.095237 |
$110,155,709.57 | |
T | ERC-20 | 730.213775M | $0.030645 |
$22,377,598.29 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18700736 | a year ago | | | 0 | 0.0039494235 | |
| 18693860 | a year ago | | | 0 | 0.0062172233 | |
| 18693852 | a year ago | | | 0 | 0.0057449344 | |
Transfer | 18561610 | a year ago | | | 0.02 | 0.00064973895 | |
Transfer | 18133806 | a year ago | | | 0.03 | 0.00025263303 | |
Transfer | 18133574 | a year ago | | | 0.02 | 0.00025930375 | |
Transfer | 18133285 | a year ago | | | 0.02 | 0.00026146425 | |
| 18093790 | a year ago | | | 0 | 0.0014762800 | |
Transfer | 17589947 | a year ago | | | 0.038 | 0.00052369326 | |
Transfer | 17589393 | a year ago | | | 0.038 | 0.00057137793 |
ABI
ABI objects
Getter at block 21260426
FLOATING_POINT_DIVISOR() view returns (uint256)
1000000000000000
WRAPPED_TOKEN_CONVERSION_PRECISION() view returns (uint256)
3
ratio() view returns (uint256)
3259242493160745
tToken() view returns (address)
0xcdf7028ceab81fa0c6971208e83fa7872994bee5
wrappedToken() view returns (address)
0x4fe83213d56308330ec302a8bd641f1d0113a4cc
Read-only
conversionFromT(uint256 amount) view returns (uint256 wrappedAmount, uint256 tRemainder)
conversionToT(uint256 amount) view returns (uint256 tAmount, uint256 wrappedRemainder)
wrappedBalance(address) view returns (uint256)
State-modifying
Events receiveApproval(address from, uint256 amount, address token, bytes)
unwrap(uint256 amount)
wrap(uint256 amount)
Unwrapped(address indexed recipient, uint256 tTokenAmount, uint256 wrappedTokenAmount)
Wrapped(address indexed recipient, uint256 wrappedTokenAmount, uint256 tTokenAmount)
constructor(address _wrappedToken, address _tToken, uint96 _wrappedTokenAllocation, uint96 _tTokenAllocation)
This contract contains no fallback and receive objects.
This contract contains no error objects.