Coppagools
Verified contract
Active on
Ethereum with 482 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 "Coppagools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678522 | 3 months ago | | | 0 | 0.00030890190 | |
| 18865438 | a year ago | | | 0 | 0.00075247719 | |
| 18714094 | a year ago | | | 0 | 0.0027848048 | |
| 16982056 | 2 years ago | | | 0 | 0.0013801315 | |
| 16700613 | 2 years ago | | | 0 | 0.0012062038 | |
| 16634252 | 2 years ago | | | 0 | 0.0015775625 | |
| 16626367 | 2 years ago | | | 0 | 0.00036396372 | |
| 16473837 | 2 years ago | | | 0 | 0.00065675788 | |
| 16414326 | 2 years ago | | | 0 | 0.00097853020 | |
| 16406465 | 2 years ago | | | 0 | 0.00073271411 |
ABI
ABI objects
Getter at block 21291251
MAX_PER_TX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
777
MINT_PRICE() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://QmPjDrqUet7Ae5HgVRtwh7dmhbdy5q4N6Lap6qeEaxtptm/
name() view returns (string)
Coppagools
owner() view returns (address)
0x81a71ebb9f162ae66144357ca726b58255879957
paused() view returns (bool)
false
symbol() view returns (string)
Coppa
totalSupply() view returns (uint256)
777
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 airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setPrice(uint256 newPrice)
setStatus(uint256 newAmount)
startSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()