Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8273…1831
Balances ($0.00)
No balances found for "Nimbl.tv"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19803658 | 7 months ago | | | 0 | 0.00090192480 | |
| 19803586 | 7 months ago | | | 0 | 0.00026858070 | |
| 19803582 | 7 months ago | | | 0 | 0.00090205920 | |
| 19041277 | 10 months ago | | | 0 | 0.0020172985 | |
| 19041100 | 10 months ago | | | 0 | 0.0011826804 | |
| 18850850 | a year ago | | | 0 | 0.00092138493 | |
| 18850666 | a year ago | | | 0 | 0.0012756189 | |
| 18850589 | a year ago | | | 0 | 0.0019152220 | |
| 18848393 | a year ago | | | 0 | 0.0011999270 | |
| 18848320 | a year ago | | | 0 | 0.0017486153 |
ABI
ABI objects
Getter at block 21290697
_maxTaxSwap() view returns (uint256)
760000000000000000000000
_taxSwapThreshold() view returns (uint256)
76000000000000000000000
decimals() view returns (uint8)
18
getTaxesForDEX() view returns (uint16 taxBuy, uint16 taxSell)
(taxBuy=100, taxSell=100)
getTimetableTax() view returns (struct INimblTokenTimetableTax[] timetableTax)
[(1702910531, 2000, 4000), (1702911011, 2000, 2000), (1702928411, 800, 600)]
getTradingStatus() view returns (bool)
true
getV2PoolAddr() view returns (address v2PoolAddr)
0x80c7a351825c6026bf9ade4a3ade2c02657ee3e2
getVaultAddr() view returns (address vaultAddr)
0x5da22b2e325404208cfa5e5c15412f7126f4ba6b
name() view returns (string)
Nimbl.tv
owner() view returns (address)
0xefe6bef22bbf4a155dd5a675700265be1d98f124
symbol() view returns (string)
$NIMBL
totalSupply() view returns (uint256)
800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool status)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
bulksendToken(address from, address[] _to, uint256[] _values)
manualSwap()
openTrading()
renounceOwnership()
setExcludeFromFees(address account, bool excluded)
setPool(address account)
setTradingStatus(bool status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockFundsMonthly()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateExcludeFromFees(address indexed account, bool isExcluded)
constructor(address taxWallet, address vaultAddr, uint256 totalSupply, address toCEX, address toDEX, address toPublicRound)
receive()
AlreadyClaimed()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ErrorRoot()
ErrorVerify()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingClose()
WrongHolder()