NinjaSquadToken
Verified contract
Active on
Ethereum with 12,082 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFERS | ERC-721 | 1 | -- | -- | |
NFERS | ERC-721 | 1 | -- | -- | |
NFERS | ERC-721 | 1 | -- | -- | |
NFERS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259944 | 2 hours ago | | | 0 | 0.00037961147 | |
| 21259752 | 3 hours ago | | | 0 | 0.00042094073 | |
| 21256334 | 14 hours ago | | | 0 | 0.00042484624 | |
| 21255366 | 18 hours ago | | | 0 | 0.00040609685 | |
| 21253885 | a day ago | | | 0 | 0.0010484507 | |
| 21253853 | a day ago | | | 0 | 0.00084161393 | |
| 21253523 | a day ago | | | 0 | 0.00044931802 | |
| 21253484 | a day ago | | | 0 | 0.00024689169 | |
| 21253481 | a day ago | | | 0 | 0.00024680872 | |
| 21253481 | a day ago | | | 0 | 0.00045821796 |
ABI
ABI objects
Getter at block 21260648
DOMAIN_SEPARATOR() view returns (bytes32)
0x7ed265ea54d82c4118585770e03f6e73ede426b37f0b162f26c695a6ca5e52ac
ECOSYSTEM_TOKENS() view returns (uint256)
500000000000000000000000
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000
PARTNERSHIP_TOKENS() view returns (uint256)
500000000000000000000000
TEAM_TOKENS() view returns (uint256)
400000000000000000000000
YIELD_START_DATE() view returns (uint256)
1640995200
decimals() view returns (uint8)
18
getSigner() view returns (address)
0xe6fcaa3aae446483c549c3e3cea326b4e3afff04
name() view returns (string)
Ninja Squad Token
owner() view returns (address)
0xab910585a6daceea4eabb587e6aaefc888dd9716
symbol() view returns (string)
NST
totalSupply() view returns (uint256)
6811274430000000000150000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimLockedTokens()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintWithSignature(address to_, uint256 amount_, uint256 nonce_, uint256 deadline_, uint8 v, bytes32 r, bytes32 s)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setSigner(address signer_)
setWhitelist(address[] addresses_, bool value_)
stopOnlyWhitelist()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address signer_, uint256 yieldStartDate_, address liquidityAddress_, address stakeRewardAddress_, address teamAddress_, address ecosystemAddress_, address partnershipAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.