ModelERC20V2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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 "ModelERC20V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ModelERC20V2"
ABI
ABI objects
Getter at block 20882078
_buyCount() view returns (uint256)
0
_maxTaxSwap() view returns (uint256)
500000000000000
_maxTxAmount() view returns (uint256)
50000000000000000
_maxWalletSize() view returns (uint256)
50000000000000000
_taxSwapThreshold() view returns (uint256)
500000000000000
_taxWallet() view returns (address)
0x0000000000000000000000000000000000000000
decimals() pure returns (uint8)
9
factory() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
symbol() view returns (string)
totalSupply() pure returns (uint256)
100000000000000000
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
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)
init(string _nameIn, string _symbolIn, address _user) payable returns (address poolAddress)
manualSwap()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateTaxWallet(address _updateTaxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
This contract contains no error objects.