Trestle
Verified contract
Active on
Ethereum with 9,869 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.02)
Native
Value
$0.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000005 | $3,605.10 |
$0.02 | |
wTIA | ERC-20 | 0.13088 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283690 | 4 hours ago | | | 0 | 0.00020102340 | |
| 21281133 | 12 hours ago | | | 0 | 0.0012221413 | |
| 21280698 | 14 hours ago | | | 0 | 0.0010278261 | |
| 21279508 | 18 hours ago | | | 0 | 0.0023585242 | |
| 21275750 | a day ago | | | 0 | 0.00050524654 | |
| 21273901 | 2 days ago | | | 0 | 0.0016760491 | |
| 21272465 | 2 days ago | | | 0 | 0.00085528951 | |
| 21272282 | 2 days ago | | | 0 | 0.00094289086 | |
| 21270189 | 2 days ago | | | 0 | 0.00097416006 | |
| 21268930 | 2 days ago | | | 0 | 0.00033178880 |
ABI
ABI objects
Getter at block 21284726
buyFee() view returns (uint24)
0
deadBlocks() view returns (uint8)
1
decimals() view returns (uint8)
18
emittedRewards() view returns (uint256)
0
emittedRewardsAcc() view returns (uint256)
0
feeDenominator() view returns (uint24)
10000
getMaxWalletPercentage() view returns (uint256)
100
lastEmittingBlock() view returns (uint256)
19203190
marketingFee() view returns (uint24)
0
maxMarketingFee() view returns (uint24)
8000
maxSwapFee() view returns (uint24)
3000
maxWallet() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Trestle
operator() view returns (address)
0x1964f3eaf7d8fca7e559468a384453d2d8490744
owner() view returns (address)
0x53dda415cc10822e00f5749670b0fe9713f44bf9
poolFee() view returns (uint24)
10000
remainingRewards() view returns (uint256)
0
rewardBalance() view returns (uint256)
0
rewardToken() view returns (address)
0xff9cb08752d3a9be72de14cce63f22fa19c24637
rewardTokenPerBlock() view returns (uint256)
0
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint24)
0
startBlock() view returns (uint256)
19141773
swapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
symbol() view returns (string)
TRESTLE
totalRewardClaimed() view returns (uint256)
1451675
totalRewardDistributed() view returns (uint256)
132331578
totalShares() view returns (uint256)
227327803267549535993531255
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isOptin(address) view returns (bool)
pairs(address) view returns (bool)
pendingRewards(address addr) view returns (uint256)
State-modifying
Events allocate(address to, uint256 amount)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
claim(address to)
createAmmPairWith(address token)
distribute(uint256 amountOutMinimum)
initialize() payable
recordAmmPairWith(address token)
removeFromBlacklist(address addr)
removeLimits()
renounceOwnership()
resetEmittedRewardsUnsafe()
rewardOptin()
rewardOptout()
setFee(uint24 _buyFee, uint24 _sellFee, uint24 _marketingFee)
setMaxWalletPercent(uint256 maxWalletPercent)
setOperator(address _operator)
setPoolFee(uint24 _poolFee)
setRewardTokenPerBlock(uint256 _rewardTokenPerBlock)
setRewardTokenPerBlockUnsafe(uint256 _rewardTokenPerBlock)
swapCollectedTax(uint256 amountOutMin)
sweep(address otherToken)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawEthereum(address to, uint256 amount)
AddToBlacklist(address addr)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed addr, address indexed to, uint256 amount)
Distribute(address indexed addr, uint256 amount)
MaxWalletUpdated(uint256 newMaxWallet)
OptIn(address addr)
OptOut(address addr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveFromBlacklist(address addr)
Sweep(address indexed addr, address indexed token, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)