Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "100"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19557982 | 8 months ago | | | 0 | 0.00044330519 | |
| 17553420 | a year ago | | | 0 | 0.00061086536 | |
| 17553380 | a year ago | | | 0 | 0.00066380560 | |
| 17529859 | a year ago | | | 0 | 0.0017231330 | |
| 17526664 | a year ago | | | 0 | 0.00074400642 | |
| 17523793 | a year ago | | | 0 | 0.00099154194 | |
| 17523787 | a year ago | | | 0 | 0.0011178157 | |
| 17523725 | a year ago | | | 0 | 0.00067509090 | |
| 17523665 | a year ago | | | 0 | 0.00065430811 | |
| 17523630 | a year ago | | | 0 | 0.00078204189 |
ABI
ABI objects
Getter at block 21214058
decimals() pure returns (uint8)
18
maxWalletAmount() view returns (uint256)
2000000000000000000
name() view returns (string)
100
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x8963e22713e22aa92996772e57255e227bce02f2
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
100
totalSupply() view returns (uint256)
100000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.