ArtGrails
Verified contract
Active on
Ethereum with 1,347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x3e8b…6f97
Balances ($0.00)
No balances found for "ArtGrails"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074249 | a month ago | | | 0 | 0.00020606550 | |
| 20789611 | 2 months ago | | | 0 | 0.0017237347 | |
| 19925704 | 6 months ago | | | 0 | 0.00075528325 | |
| 19760757 | 7 months ago | | | 0 | 0.00039482578 | |
| 19442153 | 9 months ago | | | 0 | 0.0018466959 | |
| 19388315 | 9 months ago | | | 0 | 0.0024236679 | |
| 19343695 | 9 months ago | | | 0 | 0.0014362842 | |
| 19343695 | 9 months ago | | | 0 | 0.0025276332 | |
| 19222510 | 10 months ago | | | 0 | 0.00072918815 | |
| 19159535 | 10 months ago | | | 0 | 0.0012303922 |
ABI
ABI objects
Getter at block 21317629
MAX_MINT() view returns (uint256)
2000
MintableAddress() view returns (address)
0x3e8b17327fb3680c4bd43aac46489938b5476f97
_totalBatches() view returns (uint256)
3
_totalSupply() view returns (uint256)
676
baseURI() view returns (string)
https://metadata.mintable.app/gD4609erun5PBPkZGFNJ/
hasRoyalties() pure returns (bool)
true
name() view returns (string)
ArtGrails
owner() view returns (address)
0xbbc1afaefe666312117fa35336f469a2a4f72dcf
royaltyAmount() view returns (uint256)
1000
royaltyInfo() view returns (uint256, address)
(1000, 0xbbc1afaefe666312117fa35336f469a2a4f72dcf)
symbol() view returns (string)
GRAIL
totalSeries() view returns (uint256)
0
totalSupply() view returns (uint256)
676
Read-only
BalancesMap(address) view returns (uint256)
PreMintData(uint256) view returns (uint256 amount_of_tokens_left, uint256 price, address creator, string url)
PrintSeries(uint256) view returns (bool)
_batchMintOwnersMap(uint256) view returns (uint256 start, uint256 end, address owner)
_exists(uint256 tokenId) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenOwners(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to, uint256 count) returns (bool)
createPrintSeries(uint256 _amount, uint256 _price, string _url) returns (bool)
mint(address to) returns (bool)
mintSeries(uint256 _seriesID, address _to) payable returns (bool)
mintWithURI(address to, string url) returns (bool)
renounceOwnership()
royaltiesRecieved(address _creator, address _buyer, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalForExchange(address owner, address exchange, bool approved)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecievedRoyalties(address indexed creator, address indexed buyer, uint256 indexed amount)
SeriesMade(address indexed creator, uint256 indexed price, uint256 indexed amount_made)
SeriesPurchased(address indexed buyer, uint256 indexed token_id, uint256 indexed price)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferFee(address indexed to, uint256 indexed fee)
TransferPayment(address indexed to, uint256 indexed amount)
constructor(string name, string symbol, string baseURI, uint256 batch_amount, uint256 royalty_amount, address creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.