Web War 3
Verified contract
Active on
Ethereum with 37,406 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 |
---|---|---|---|---|---|
WAR3 | ERC-20 | 9.790843B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154083 | a day ago | | | 0 | 0.00050322720 | |
| 21152344 | a day ago | | | 0 | 0.00049494366 | |
| 21135575 | 4 days ago | | | 0 | 0.00028778803 | |
| 21122560 | 6 days ago | | | 0 | 0.00036747476 | |
| 21112170 | 7 days ago | | | 0 | 0.00023284157 | |
| 21112124 | 7 days ago | | | 0 | 0.00019641751 | |
| 21111992 | 7 days ago | | | 0 | 0.00016034750 | |
| 21095381 | 9 days ago | | | 0 | 0.00034211345 | |
| 21091925 | 10 days ago | | | 0 | 0.00015693886 | |
| 21084956 | 11 days ago | | | 0 | 0.00020815182 |
ABI
ABI objects
Getter at block 21162595
claimFinished() view returns (bool)
true
decimals() view returns (uint8)
18
lpAddress() view returns (address)
0x1c9189593669b5c1fbc33d7ff522b1b2dd0646e4
maxSupply() view returns (uint256)
1000000000000000000000000000000000
name() view returns (string)
Web War 3
owner() view returns (address)
0x88ea73f4fc0928af6763298c99c4a2984a891989
signerAddress() view returns (address)
0xb1ff633998e9453e8c150466eca02c618ef5a5c2
symbol() view returns (string)
WAR3
totalSupply() view returns (uint256)
852552350414275049260179417197940
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hasClaimed(address) view returns (bool)
hashMessage(address sender, address thisContract, bytes4 functionNameSig) pure returns (bytes32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(bytes32 messageHash, bytes signature)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
endClaim()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintRemaining()
setLPAddress(address _lpAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromLP(address to, uint256 amount)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _signerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.