Charlie Engman 1/1
Verified contract
Active on
Ethereum with 27 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 "Charlie Engman 1/1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20658413 | 3 months ago | | | 0 | 0.000084452606 | |
| 20565121 | 4 months ago | | | 0 | 0.00014517395 | |
| 19745515 | 7 months ago | | | 0 | 0.00091377514 | |
| 19683080 | 8 months ago | | | 0 | 0.0013795143 | |
| 19566419 | 8 months ago | | | 0 | 0.0010397889 | |
| 19556223 | 8 months ago | | | 0 | 0.0022618285 | |
| 19548120 | 8 months ago | | | 0 | 0.0017775914 | |
| 19547446 | 8 months ago | | | 0 | 0.0020133531 | |
| 17344663 | 2 years ago | | | 0 | 0.0020151053 | |
| 17344416 | 2 years ago | | | 0 | 0.0020262714 |
ABI
ABI objects
Getter at block 21333363
baseURI() view returns (string)
ipfs://QmU1CNQRtTUkweyMfqSgt4BgBLFMPAebSLcRNLqqLwStaN/
metadataContract() view returns (address)
0x0000000000000000000000000000000000000000
minter() view returns (address)
0xce81c68b254f3b721bc176e0cb7c61f98e95abd1
name() view returns (string)
Charlie Engman 1/1
owner() view returns (address)
0xce81c68b254f3b721bc176e0cb7c61f98e95abd1
royaltyDenominator() view returns (uint256)
100
royaltyFraction() view returns (uint256)
5
royaltyReceiver() view returns (address)
0x8c1fea39a04e761008f26e6237034e887d228f08
symbol() view returns (string)
CE
totalSupply() view returns (uint256)
13
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
delegateTokenURIs(address delegate)
mint(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMinter(address minter_)
setRoyaltyFraction(uint256 royaltyFraction_, uint256 royaltyDenominator_)
setRoyaltyReceiver(address royaltyReceiver_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
MetadataUpdate(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI_, uint256 maxSupply, address royaltyReceiver_, uint256 royaltyPercent)
This contract contains no fallback and receive objects.
OnlyMinter()
OperatorNotAllowed(address operator)