NERD Token
Verified contract
Active on
Ethereum with 535 txns
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 "NERD Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234442 | a month ago | | | 0 | 0.00050100868 | |
| 21208302 | a month ago | | | 0 | 0.00051684930 | |
| 20779913 | 3 months ago | | | 0 | 0.00032549067 | |
| 20631806 | 4 months ago | | | 0 | 0.000055674000 | |
| 20316614 | 5 months ago | | | 0 | 0.00016887886 | |
| 20152529 | 6 months ago | | | 0 | 0.00013809189 | |
| 19050652 | a year ago | | | 0 | 0.0013107486 | |
| 18965012 | a year ago | | | 0 | 0.00054327612 | |
| 18808407 | a year ago | | | 0 | 0.0015389532 | |
| 18573743 | a year ago | | | 0 | 0.00080169699 |
ABI
ABI objects
Getter at block 21419296
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
420690000000000000000000000000000
isTradingEnabled() view returns (bool)
true
maxWalletAmount() view returns (uint256)
420690000000000000000000000000000
name() view returns (string)
NERD Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NERD
totalSupply() view returns (uint256)
420690000000000000000000000000000
uniswapV2Pair() view returns (address)
0xa6eb1299b2eb7ff9541c9fe8ebef5c83f393f03a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claimETHOverflow(uint256 amount)
claimLaunchTokens()
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxWalletAmount(uint256 newValue)
setUniswapRouter(address newAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimOverflow(address token, uint256 amount)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradingStatusChange(bool indexed newValue, bool indexed oldValue)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.