NFT WARS
Verified contract
Active on
Ethereum with 2,069 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 |
---|---|---|---|---|---|
WAR | ERC-20 | 990 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911747 | 2 months ago | | | 0 | 0.00017373615 | |
| 20755256 | 2 months ago | | | 0 | 0.000046063600 | |
| 19667132 | 7 months ago | | | 0 | 0.00046389911 | |
| 19521848 | 8 months ago | | | 0 | 0.00071925164 | |
| 19221470 | 10 months ago | | | 0 | 0.0013436773 | |
| 17970495 | a year ago | | | 0 | 0.0023272262 | |
| 17970493 | a year ago | | | 0 | 0.0025022572 | |
| 17970492 | a year ago | | | 0 | 0.0018959865 | |
| 17873736 | a year ago | | | 0 | 0.00093390100 | |
| 17505601 | a year ago | | | 0 | 0.00042821494 |
ABI
ABI objects
Getter at block 21300033
cap() view returns (uint256)
500000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
NFT WARS
owner() view returns (address)
0xdf87dfc956b52e0283101a246536ec62ce34ebb1
symbol() view returns (string)
WAR
totalSupply() view returns (uint256)
500000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value)
renounceOwnership()
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)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 cap, uint256 initialBalance, address feeReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.