The Adventurers Weapon
Verified contract
Active on
Ethereum with 968 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 "The Adventurers Weapon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18908851 | a year ago | | | 0 | 0.00056139268 | |
| 18900294 | a year ago | | | 0 | 0.0014731762 | |
| 17557191 | a year ago | | | 0 | 0.00060387520 | |
| 17097540 | 2 years ago | | | 0 | 0.0037998322 | |
| 16754454 | 2 years ago | | | 0 | 0.00083237248 | |
| 16307885 | 2 years ago | | | 0 | 0.00079019872 | |
| 15899666 | 2 years ago | | | 0 | 0.0013296491 | |
| 15886819 | 2 years ago | | | 0 | 0.00074567199 | |
| 15653255 | 2 years ago | | | 0 | 0.00038947271 | |
| 15493621 | 2 years ago | | | 0 | 0.0023574354 |
ABI
ABI objects
Getter at block 21310154
AdvTextContractAddress() view returns (address)
0xc787d7e5a33caaad31a1ae3c453f955142de145d
MAX_NFT_PURCHASE() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
5000
NFT_PRICE() view returns (uint256)
0
PFPContract() view returns (address)
0x0000000000000000000000000000000000000000
composeIsActive() view returns (bool)
false
name() view returns (string)
The Adventurers Weapon
owner() view returns (address)
0x84a95e7814fce8faaea6eeeaafc7c0d163e574b1
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
0
symbol() view returns (string)
Weapon
totalSupply() view returns (uint256)
1391
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Mintweapon(uint256 tokenId)
Mintweapons(uint256 startingIndex, uint256 numDHeros)
approve(address to, uint256 tokenId)
calcStartingIndex()
compose(uint256 useTokenId, uint256 PFPtokenId, uint256 newPFPtokenId)
emergencySetStartingIndexBlock()
flipComposeState()
flipSaleState()
mintbyowner(address owner, uint256 tokenId)
renounceOwnership()
reserveTokens(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxHeros(uint256 maxhero)
setMintPrice(uint256 price)
setPFPContractAddress(address contractAddress)
setTextContractAddress(address contractAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.