WarRiders Gun
Verified contract
Active on
Ethereum with 15 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 "WarRiders Gun"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13998583 | 3 years ago | | | 0 | 0.010550201 | |
| 8761890 | 5 years ago | | | 0 | 0.000030708000 | |
| 8761885 | 5 years ago | | | 0 | 0.000045708000 | |
| 8761724 | 5 years ago | | | 0 | 0.000022854000 | |
| 8761312 | 5 years ago | | | 0 | 0.00018257600 | |
| 8761281 | 5 years ago | | | 0 | 0.00022854000 | |
| 8761097 | 5 years ago | | | 0 | 0.000091416000 | |
| 8760730 | 5 years ago | | | 0 | 0.000046165080 | |
| 8760669 | 5 years ago | | | 0 | 0.000091416000 | |
| 8760665 | 5 years ago | | | 0 | 0.00018283200 |
ABI
ABI objects
Getter at block 21089782 allTokens() view returns (uint256[])
isOwner() view returns (bool)
false
lastAllocation() view returns (uint256)
1660000
maxAllocation() view returns (uint16)
4000
name() view returns (string)
WarRiders Gun
owner() view returns (address)
0x4472a4b8f2194788dbfc717811392e0aa6b30bf5
symbol() view returns (string)
WRG
totalSupply() view returns (uint256)
1944
Read-only
allBatches(uint256) view returns (address owner, uint16 size, uint8 category, uint256 startId, uint256 startTokenId)
balanceOf(address owner) view returns (uint256)
batchesOwned(address, uint256) view returns (address owner, uint16 size, uint8 category, uint256 startId, uint256 startTokenId)
categoryForToken(uint256 tokenId) view returns (uint8)
categoryIdForToken(uint256 tokenId) view returns (uint256)
categoryTypeToId(uint8 category, uint256 categoryId) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getBatchCount(address owner) view returns (uint256)
getBatchIndex(uint256 tokenId) pure returns (uint256)
getTokensInBatch(address owner, uint256 index) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownedBatchIndex(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwner(address owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate(uint256 tokenId)
approve(address to, uint256 tokenId)
batchTransfer(uint256 batchIndex, address to)
claimAllocation(address to, uint16 size, uint8 category) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchTransfer(address indexed from, address indexed to, uint256 indexed batchIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address factoryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.