ERC721AContract

Verified contract

Active on Ethereum with 814 txns
Deployed by via 0x787fcf27 at 18915858
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
Native
Value $26.92
0xbd172cfdcb5dc1b8e44248810cd90843125523a5c25eaaede7e8826e955f94db
0xb83110ae5b33f75d892268fee18114b0d51ff0c11857c31dc7d74ddf2b96f536
0xe1eac61bd2552ba0009c288dac49d5fbc6c8a9d607dcfcb69069ba30d4e0c12b
0x2fa8bdffaf2a07dbf798fc93538aeb6a36fd8f8584f15c20aa3748ae385d4ced
0xcc9cee5462fd9dec5d9ccde43dfcabb09f67f238e11735de1c7f5c506fe925dc
0x401d87921eef06ed407c47f91ce4f5ec85f4c69264dad315ef33fd1e29a8a3c0
0x1ddb0c6b081af76467937d6da74347c20212103aa76b20ab146993c4d596d545
0xaccb4cc1f3dff43451a0b3f64a00f26ce77260391b44f04ade1944b835824ca3
0x7290cd8d9a0f543a40763714fd5b1dc1a4293acabfd1c8b61c14da3969b2e521
0xb68db71a5d215afca589b407afcce2e39edf2fd1454be432659b1af7be09f521

Functions
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 maxSupplybool pubPerWalletuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActiveuint8 preSalePhasebool supplyLockbool 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 ownerview returns (uint256)
fiatMinters(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royaltyInfo(uint256 _iduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address[] _addressesuint16[] _quantities
approve(address operatoruint256 tokenIdpayable 
lockSupply(
mint(address _addressuint256 _quantityuint256 _maxMintbytes32[] _proofaddress _referrerpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setFiatMinter(address _addressbool _allowed
setMintPass(address _address
setPrice(uint72 _preSalePriceuint72 _pubSalePrice
setRoyalties(uint256 _idaddress recipientuint256 _basisPoints
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _pubMaxMintbool _pubPerWallet
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActivebool _claimIsActiveuint8 _preSalePhasebool _refer2earn
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _owneraddress[] _interfacesstring _provenancestruct ERC721AContractToken _tokenstruct ERC721AContractRoyaltyInfo _royalties
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(