LOVE Football Art Project by Martin GrOsser
Verified contract
Active on
Ethereum with 366 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 "LOVE Football Art Project by Martin GrOsser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16150610 | 2 years ago | | | 0 | 0.00046414907 | |
| 16150512 | 2 years ago | | | 0 | 0.00067427564 | |
| 16150512 | 2 years ago | | | 0 | 0.00067427564 | |
| 16150512 | 2 years ago | | | 0 | 0.00067427564 | |
| 16150512 | 2 years ago | | | 0 | 0.00067427564 | |
| 16150512 | 2 years ago | | | 0 | 0.00067427564 | |
| 16150512 | 2 years ago | | | 0 | 0.00067427564 | |
| 16150512 | 2 years ago | | | 0 | 0.00072093864 | |
| 16150498 | 2 years ago | | | 0 | 0.00073876034 | |
| 16150495 | 2 years ago | | | 0 | 0.00072354378 |
ABI
ABI objects
Getter at block 21184707
SaleActive() view returns (bool)
true
baseTokenURI() view returns (string)
ipfs://QmUA3WEZBsM5tTHvxmobmAxiAFVMQpRCWjtghSJMQCuDdY/
maxPerTxlimit() view returns (uint256)
2
maxSupply() view returns (uint256)
300
name() view returns (string)
LOVE Football Art Project by Martin GrOsser
owner() view returns (address)
0x61e947bfbbc7025969a05e16971e89f8554315b6
price() view returns (uint256)
0
symbol() view returns (string)
MG
totalSupply() view returns (uint256)
300
Read-only
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
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)
setMaxPerTxlimit(uint256 _limit)
setPrice(uint256 _price)
setSaleActive(bool _SaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()