Generative Transfer Art Project 1
Verified contract
Active on
Ethereum with 546 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Generative Transfer Art Project 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18353455 | a year ago | | | 0 | 0.00012880795 | |
| 17875235 | a year ago | | | 0 | 0.00097946100 | |
| 17865833 | a year ago | | | 0 | 0.0065614687 | |
| 17865777 | a year ago | | | 0 | 0.0089202783 | |
| 17865697 | a year ago | | | 0 | 0.00086608801 | |
| 17579326 | a year ago | | | 0 | 0.00097120141 | |
| 17050532 | 2 years ago | | | 0 | 0.00063221759 | |
| 16919502 | 2 years ago | | | 0 | 0.0039743100 | |
| 16798327 | 2 years ago | | | 0 | 0.0015877250 | |
| 16789040 | 2 years ago | | | 0 | 0.0012658813 |
ABI
ABI objects
Getter at block 21306772
manager() view returns (address)
0xbc3ed6b537f2980e66f396fe14210a56ba3f72c4
maxOriginals() view returns (uint256)
64
mintFeeWei() view returns (uint256)
740000000000000000
name() view returns (string)
Generative Transfer Art Project 1
originals() view returns (uint256)
64
symbol() view returns (string)
GTAP1
totalSupply() view returns (uint256)
618
Read-only
addressRgba(address account) pure returns (string, string, string, string)
balanceOf(address owner) view returns (uint256)
copyOf(uint256) 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)
tokenURI(uint256 tokenId) view returns (string)
transferHistory(uint256, uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address mintTo) payable
payManager(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
updateManager(address _manager)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.