TEA
Verified contract
Proxy
Active on
Ethereum with 350 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($3.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI | ERC-20 | 3.0479 | $1.17 |
$3.57 | |
UNM | ERC-20 | 0.00858 | $19.92 |
$0.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220405 | 9 days ago | | | 0 | 0.00028125532 | |
| 20913129 | 2 months ago | | | 0 | 0.00030570927 | |
| 16209544 | 2 years ago | | | 0 | 0.00072464504 | |
| 15658058 | 2 years ago | | | 0 | 0.00016495936 | |
| 15658044 | 2 years ago | | | 0 | 0.00015829527 | |
| 15251752 | 2 years ago | | | 0 | 0.00057667794 | |
| 11943094 | 4 years ago | | | 0 | 0.0016162020 | |
| 11633829 | 4 years ago | | | 0 | 0.00089611202 | |
| 11481392 | 4 years ago | | | 0 | 0.0018843070 | |
| 11144512 | 4 years ago | | | 0 | 0.0016879290 |
ABI
ABI objects
Getter at block 21285848
BASE() view returns (uint256)
1000000000000000000
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
gov() view returns (address)
0xcb985171332809b0c38addea29e0bc3efb330af0
implementation() view returns (address)
0x4caad5339bd4189415d9b121a559003d0a1d356f
incentivizer() view returns (address)
0x85dee40fb3c6df74314a107f8f68408b76212b83
initSupply() view returns (uint256)
10851424810135667144527610617285880
internalDecimals() view returns (uint256)
1000000000000000000000000
maxScalingFactor() view returns (uint256)
10670680695235682570562128893281742576358888
name() view returns (string)
TEA
pendingGov() view returns (address)
0x0000000000000000000000000000000000000000
rebaser() view returns (address)
0xa7d4553c7383ce67563df30851469176ece61b21
symbol() view returns (string)
TEA
teasScalingFactor() view returns (uint256)
516529779715132
totalSupply() view returns (uint256)
5604324620336516614378959436154
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfUnderlying(address owner) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegateToViewImplementation(bytes data) view returns (bytes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events _acceptGov()
_setImplementation(address implementation_, bool allowResign, bytes becomeImplementationData)
_setIncentivizer(address incentivizer_)
_setPendingGov(address newPendingGov)
_setRebaser(address rebaser_)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
delegateToImplementation(bytes data) returns (bytes)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 mintAmount) returns (bool)
rebase(uint256 epoch, uint256 indexDelta, bool positive) returns (uint256)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Mint(address to, uint256 amount)
NewGov(address oldGov, address newGov)
NewImplementation(address oldImplementation, address newImplementation)
NewIncentivizer(address oldIncentivizer, address newIncentivizer)
NewPendingGov(address oldPendingGov, address newPendingGov)
NewRebaser(address oldRebaser, address newRebaser)
Rebase(uint256 epoch, uint256 prevTeasScalingFactor, uint256 newTeasScalingFactor)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initSupply_, address implementation_, bytes becomeImplementationData)
fallback()
This contract contains no error objects.