GullyDonsEC
Verified contract
Active on
Ethereum with 1,665 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "GullyDonsEC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20433534 | 4 months ago | | | 0 | 0.00036496703 | |
| 20391737 | 4 months ago | | | 0 | 0.00026364853 | |
| 20338524 | 4 months ago | | | 0 | 0.00048538933 | |
| 20151059 | 5 months ago | | | 0 | 0.00012345386 | |
| 19822436 | 7 months ago | | | 0 | 0.00028796277 | |
| 19744910 | 7 months ago | | | 0 | 0.00034461191 | |
| 19688145 | 7 months ago | | | 0 | 0.00055233995 | |
| 19672316 | 7 months ago | | | 0 | 0.00049528726 | |
| 19075290 | 10 months ago | | | 0 | 0.00041025598 | |
| 18902287 | a year ago | | | 0 | 0.00074874619 |
ABI
ABI objects
Getter at block 21301829
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 _tokenId, 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 approve(address operator, uint256 tokenId)
gift(address _to, uint256 _quantity)
lowerSupply(uint256 _MAX_SUPPLY)
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC)
setPublicSalePrice(uint256 _publicSalePrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setStep(uint256 _step)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint96 _royaltyFeesInBips, address[] _team, uint256[] _teamShares, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()