GullyDonsEC

Verified contract

Active on Ethereum with 1,665 txns
Deployed by via 0xa2990bcb at 16483414
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "GullyDonsEC"

0xc4768acb1067ee3928bb416d8bd1b61aef102bd7866178a26932e84be6d86bfd
0xbb3bd3da81f5c75aaafe2bd7f9c512b7bf33ac2820f9fcbfc38be4519952ba2a
0x8831f897ccd85fb87fd49dfb3a08c04e527db21692911e43ebe5316191810fe6
0xfd0a4a97368d330dd3da0d3e936bccbf8af34b2117657d92c5dc8a7798a652b6
0x2443c00589243f14f0ca1e7ae4802b538c4265e25055983c56dd5441fe951f22
0xe59cee95647ee7d2bf5016d30be286e336b0f7eba5af896cd448f50a050da0b5
0x72e9a5b71c6f7e43945ab348be421943460578b6303bff5b086534eb196a9d29
0xe038eca1ddcf509453190b9fcdc5beae899f247a35e72244b79ffd9a9aee7741
0x85ebfe831aa4eead8ec3e344ccb4828125ee36105842b7a9e1a674dd9dba256f
0xdf527d0296c9f2b51f1842acc16d215c2027e7c907520963328526732b5f3d5e

Functions
Getter at block 20948033
MAX_PER_WALLET_PUBLIC(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
4111
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://bafybeia7aajdcdk7kpdhb3bzptfred4fqaz7uqwju2qa4ld46m6lrrhqoi/
name(view returns (string)
GullyDonsEC
owner(view returns (address)
0x5881513a30cec2c84d61166b258b04789a92d9e4
publicSalePrice(view returns (uint256)
100000000000000
sellingStep(view returns (uint8)
1
symbol(view returns (string)
GullyDonsEC
totalReleased(view returns (uint256)
588850000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
4111
Read-only
amountNFTsperWalletPUBLIC(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
calculateRoyalty(uint256 _salePriceview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
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 _tokenIduint256 _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
approve(address operatoruint256 tokenId
gift(address _touint256 _quantity
lowerSupply(uint256 _MAX_SUPPLY
publicSaleMint(address _accountuint256 _quantitypayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURI
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC
setPublicSalePrice(uint256 _publicSalePrice
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setStep(uint256 _step
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(uint96 _royaltyFeesInBipsaddress[] _teamuint256[] _teamSharesstring _baseURI
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(