Gladiator Wolves
Verified contract
Active on
Ethereum with 253 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27.05)
Native
Value
$27.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0069 | $3,920.42 |
$27.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17556735 | a year ago | | | 0 | 0.00087415867 | |
| 15785260 | 2 years ago | | | 0 | 0.0015823088 | |
| 15678793 | 2 years ago | | | 0 | 0.00044899807 | |
| 15653229 | 2 years ago | | | 0 | 0.00038595370 | |
| 15653216 | 2 years ago | | | 0.0069 | 0.00057061740 | |
| 15607920 | 2 years ago | | | 0 | 0.00020109754 | |
| 15605318 | 2 years ago | | | 0 | 0.00018666097 | |
| 15602100 | 2 years ago | | | 0 | 0.00027056829 | |
| 15601883 | 2 years ago | | | 0 | 0.00023111767 | |
| 15601314 | 2 years ago | | | 0 | 0.00031285797 |
ABI
ABI objects
Getter at block 21398003
MAX_SUPPLY() view returns (uint256)
2222
MINT_PRICE() view returns (uint256)
6900000000000000
hiddenMetadataUri() view returns (string)
ipfs://bafkreihoprmvph4pfonhbhy2ao4iuvp3ie27jwfzoaq65v7gwh5rxafyem
merkle_root() view returns (bytes32)
0x6fea2cf4f8151a85e97860162fb092c52691bc70207ea7d2deebf06791240a5f
name() view returns (string)
Gladiator Wolves
owner() view returns (address)
0xa6ab8186454a47b527e368dfa3ca69629bff7f67
paymentSplitAddress() view returns (address)
0x9d0d0fe29d6335ec09911f2847cd505470cea03b
private_sale_running() view returns (bool)
false
public_sale_running() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
GW
totalSupply() view returns (uint256)
204
uriPrefix() view returns (string)
ipfs://bafybeidwiesqyvghgc2bsbrlnr4r2y4bfq5gowvpctlkg4qmonzokgfeii/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumClaimed(address _user) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user, bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adminMint(address _to, uint256 _amount)
approve(address to, uint256 tokenId)
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUriPrefix(string _uriPrefix)
togglePrivateSale()
togglePublicSale()
toggleRevealed()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMintingPrice(uint256 _new_price)
updateWhitelistMerkleRoot(bytes32 _new_root)
whitelistMint(bytes32[] _merkleProof) payable
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(string _hiddenMetadataUri, address _paymentSplitAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()