Three Hundred
Verified contract
Active on
Ethereum with 1,585 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($2,802.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.706976K | $1.00 |
$2,706.98 | |
THND | ERC-20 | 0.018522 | $5,165.79 |
$95.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203191 | an hour ago | | | 0 | 0.00052987455 | |
| 21202443 | 3 hours ago | | | 0 | 0.00058860419 | |
| 21201818 | 5 hours ago | | | 0 | 0.00065957279 | |
| 21201804 | 5 hours ago | | | 0 | 0.00064444756 | |
| 21201795 | 5 hours ago | | | 0 | 0.00078352220 | |
| 21201676 | 6 hours ago | | | 0 | 0.00077394662 | |
| 21201625 | 6 hours ago | | | 0 | 0.00070720031 | |
| 21201596 | 6 hours ago | | | 0 | 0.00064705580 | |
| 21201339 | 7 hours ago | | | 0 | 0.0010894514 | |
| 21201089 | 8 hours ago | | | 0 | 0.00052614588 |
ABI
ABI objects
Getter at block 21203428
decimals() view returns (uint8)
18
name() view returns (string)
Three Hundred
owner() view returns (address)
0x0000000000000000000000000000000000000000
parameters() view returns (uint256 maxTransactionAmount, uint256 burnTaxPercent, uint256 maxSupply, bool paused, address the300, address treasuryWallet)
(maxTransactionAmount=3000000000000000000, burnTaxPercent=3, maxSupply=300000000000000000000, paused=false, the300=0xec986c37332f2dcbc0e5de69ed40ee1871bf77b3, treasuryWallet=0x81c2f938611257754201119248251e295ae28ea0)
symbol() view returns (string)
THND
totalSupply() view returns (uint256)
214451801371243186464
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
check300Balance(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnAndMint(uint256 totalToMintAndBurn)
burnFrom(address account, uint256 amount)
burnThe300Tokens(uint256 amount)
changeOG300(address ta)
changeTaxPercent(uint256 newTaxPercent)
changeTreasuryWallet(address newTreasuryWallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
ownerMint(uint256 mintAmount, address toWallet)
renounceOwnership()
setMaxTransactionAmount(uint256 newMax)
togglePause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnAndMintEvent(address sender, uint256 total)
MaxTransactionAmountChanged(uint256 newMax)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.