ERC721AContract
Verified contract
Active on
Ethereum with 814 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($26.92)
Native
Value
$26.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00875 | $3,076.69 |
$26.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099472 | 14 days ago | | | 0 | 0.00020911382 | |
| 21050227 | 20 days ago | | | 0 | 0.00035629856 | |
| 20749470 | 2 months ago | | | 0 | 0.00012123988 | |
| 20607979 | 3 months ago | | | 0 | 0.000057939048 | |
| 20282918 | 4 months ago | | | 0 | 0.00026863326 | |
| 20153795 | 5 months ago | | | 0 | 0.00014585659 | |
| 19955948 | 6 months ago | | | 0 | 0.00046239273 | |
| 19907662 | 6 months ago | | | 0 | 0.00018213110 | |
| 19907013 | 6 months ago | | | 0 | 0.00013450094 | |
| 19900822 | 6 months ago | | | 0 | 0.00021507938 |
ABI
ABI objects
Getter at block 21196673
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot() view returns (bytes32)
0xcdd69f18c26e81228bcb54711604e0453423a92782af13513c79c14fb26957c3
mintpass() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
TheEndangeredGorillas
owner() view returns (address)
0x26da203573b59332b1334f5fbba7c3d11f638860
provenance() view returns (string)
r2eAddress() view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot() view returns (bytes32)
0x62ec9e7205286076b53ccc857adb6e2dde0812868a8c78a576e40ac119f9684a
symbol() view returns (string)
TEGor
token() view returns (uint16 maxSupply, bool pubPerWallet, uint16 pubMaxMint, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, uint8 preSalePhase, bool supplyLock, bool refer2earn)
(maxSupply=2222, pubPerWallet=false, pubMaxMint=10, preSalePrice=25000000000000000, pubSalePrice=30000000000000000, preSaleIsActive=false, pubSaleIsActive=false, claimIsActive=false, preSalePhase=0, supplyLock=false, refer2earn=false)
totalReleased() view returns (uint256)
17160150000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1058
Read-only
balanceOf(address owner) view returns (uint256)
fiatMinters(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address[] _addresses, uint16[] _quantities)
approve(address operator, uint256 tokenId) payable
lockSupply()
mint(address _address, uint256 _quantity, uint256 _maxMint, bytes32[] _proof, address _referrer) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setFiatMinter(address _address, bool _allowed)
setMintPass(address _address)
setPrice(uint72 _preSalePrice, uint72 _pubSalePrice)
setRoyalties(uint256 _id, address recipient, uint256 _basisPoints)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _pubMaxMint, bool _pubPerWallet)
updateSaleState(bool _preSaleIsActive, bool _pubSaleIsActive, bool _claimIsActive, uint8 _preSalePhase, bool _refer2earn)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address[] _interfaces, string _provenance, struct ERC721AContractToken _token, struct ERC721AContractRoyaltyInfo _royalties)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()