Three Protocol
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THREE | ERC-20 | 920.714656K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19762269 | 6 months ago | | | 0 | 0.00077530670 | |
| 19762268 | 6 months ago | | | 0 | 0.0057338000 | |
| 19762267 | 6 months ago | | | 0 | 0.00065372656 | |
| 19762267 | 6 months ago | | | 0 | 0.00065372656 | |
| 19762267 | 6 months ago | | | 0 | 0.00065372656 | |
| 19762266 | 6 months ago | | | 0 | 0.00076095275 | |
| 19762266 | 6 months ago | | | 0 | 0.00076095275 | |
| 19762265 | 6 months ago | | | 0 | 0.00077167395 | |
| 19762265 | 6 months ago | | | 0 | 0.00057242401 | |
| 19762254 | 6 months ago | | | 0 | 0.00061630289 |
ABI
ABI objects
Getter at block 21160699
_buyFees() view returns (uint256)
20
_maxWallet() view returns (uint256)
1000000000000000
_sellFees() view returns (uint256)
20
_taxWallet() view returns (address)
0x55348b934ab222c0d37073f4e508865f00ced35e
canTrade() view returns (bool)
true
decimals() pure returns (uint8)
9
name() pure returns (string)
Three Protocol
owner() view returns (address)
0x55348b934ab222c0d37073f4e508865f00ced35e
stakingWallet() view returns (address)
0x5972b83f39aafbcce494594567ec37378454ecb6
symbol() pure returns (string)
THREE
teamWallet() view returns (address)
0x5ea92304e927ffedaf4ecc01f17f85021acb3f47
totalSupply() pure returns (uint256)
100000000000000000
uniswapV2Pair() view returns (address)
0x8c9e75071a9478d1cf08d0fc1b08828f51dac643
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromFees(address account, bool status)
manualSwap()
openThreeProtocol()
removeLimits()
renounceOwnership()
setMarketingWallet(address _wallet)
setMaxWallet(uint256 amount)
setTaxes(uint256 newBuyFee, uint256 newSellFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateSwapEnabled(bool status)
updateSwapTokensAtAmount(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.