Sevens Genesis Grant
Verified contract
Active on
Ethereum with 322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc6d5…4ace
Balances ($0.00)
No balances found for "Sevens Genesis Grant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20451450 | 4 months ago | | | 0 | 0.00010163743 | |
| 20368460 | 4 months ago | | | 0 | 0.00022440532 | |
| 18937073 | a year ago | | | 0 | 0.00088118243 | |
| 17022814 | 2 years ago | | | 0 | 0.00085384820 | |
| 16632695 | 2 years ago | | | 0 | 0.00076185520 | |
| 16560850 | 2 years ago | | | 0 | 0.00075865271 | |
| 15903602 | 2 years ago | | | 0 | 0.0012140153 | |
| 15614171 | 2 years ago | | | 0 | 0.00027632805 | |
| 15614072 | 2 years ago | | | 0 | 0.00025395407 | |
| 15398315 | 2 years ago | | | 0 | 0.00046595703 |
ABI
ABI objects
Getter at block 21319089
baseUri() view returns (string)
https://arweave.net/
id() view returns (uint256)
175
isOwner() view returns (bool)
false
maker() view returns (address)
0x47bcd42b8545c23031e9918c3d823be4100d4e87
name() view returns (string)
Sevens Genesis Grant
owner() view returns (address)
0x47bcd42b8545c23031e9918c3d823be4100d4e87
symbol() view returns (string)
ART
totalSupply() view returns (uint256)
173
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
items(uint256) view returns (uint256 tokenId, uint256 price, string metaId, uint8 state)
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)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenIds)
batchMint(address to, uint256 amountToMint, string metaId, uint256 setPrice, bool isForSale)
batchTransfer(address giver, address[] recipients, uint256[] values)
burn(uint256 tokenId)
buyThing(uint256 _tokenId) payable returns (bool)
destroyAndSend()
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setTokenPrice(uint256[] ids, uint256 setPrice)
setTokenState(uint256[] ids, bool isEnabled)
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)
BatchBurned(string metaId, uint256[] ids)
BatchForSale(uint256[] ids, string metaId)
BatchTransfered(string metaId, address[] recipients, uint256[] ids)
Bought(uint256 tokenId, string metaId, uint256 value)
Destroy()
ErrorOut(string error, uint256 tokenId)
Minted(uint256 id, string metaId)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri, address fee, address creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.