I am EMPOWERED by Power of Women x Man City
Verified contract
Active on
Ethereum with 247 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 "I am EMPOWERED by Power of Women x Man City"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20766241 | 2 months ago | | | 0 | 0.00026517981 | |
| 20614594 | 3 months ago | | | 0 | 0.00011887444 | |
| 20592968 | 3 months ago | | | 0 | 0.00040010697 | |
| 20397353 | 4 months ago | | | 0 | 0.000083293578 | |
| 20379141 | 4 months ago | | | 0 | 0.00029288845 | |
| 20217812 | 5 months ago | | | 0 | 0.00018444239 | |
| 20217811 | 5 months ago | | | 0 | 0.00033782185 | |
| 20013169 | 6 months ago | | | 0 | 0.00066451710 | |
| 19739451 | 7 months ago | | | 0 | 0.00054661176 | |
| 19497558 | 8 months ago | | | 0 | 0.0011300664 |
ABI
ABI objects
Getter at block 21281214
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
administrator() view returns (address)
0x4468a5b725e2c63056131121cd33b66848e1dd87
baseURI() view returns (string)
ipfs://QmRHr4JQhALmKERNwFxGJUNmy6MfHv3KPNZWEmgZUp2iKK/
contractURI() view returns (string)
maxSupply() view returns (uint256)
683
name() view returns (string)
I am EMPOWERED by Power of Women x Man City
owner() view returns (address)
0xbab964a06fbd884b0ad0efccb86f5931248858cc
potentialAdministrator() view returns (address)
0x0000000000000000000000000000000000000000
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress() view returns (address)
0xbab964a06fbd884b0ad0efccb86f5931248858cc
royaltyBasisPoints() view returns (uint256)
700
symbol() view returns (string)
EMCPOW
totalSupply() view returns (uint256)
683
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintStats(address minter) view returns (uint256 minterNumMinted, uint256 currentTotalSupply, uint256 maxSupply)
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) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptAdministration()
acceptOwnership()
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
cancelAdministrationTransfer()
cancelOwnershipTransfer()
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
mintSeaDrop(address minter, uint256 quantity)
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config)
renounceAdministration()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMaxSupply(uint256 newMaxSupply)
setProvenanceHash(bytes32 newProvenanceHash)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo)
transferAdministration(address newAdministrator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
updateAllowList(address seaDropImpl, struct AllowListData allowListData)
updateAllowedFeeRecipient(address seaDropImpl, address feeRecipient, bool allowed)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updateDropURI(address seaDropImpl, string dropURI)
updatePayer(address seaDropImpl, address payer, bool allowed)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
updateSignedMintValidationParams(address seaDropImpl, address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address seaDropImpl, address allowedNftToken, struct TokenGatedDropStage dropStage)
AdministratorUpdated(address indexed previousAdministrator, address indexed newAdministrator)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotentialAdministratorUpdated(address newPotentialAdministrator)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
RoyaltyInfoUpdated(address receiver, uint256 bps)
SeaDropTokenDeployed()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address administrator, address[] allowedSeaDrop)
This contract contains no fallback and receive objects.
AdministratorMustInitializeWithFee()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewAdministratorIsZeroAddress()
NewOwnerIsZeroAddress()
NotNextAdministrator()
NotNextOwner()
OnlyAdministrator()
OnlyAllowedSeaDrop()
OnlyOwner()
OnlyOwnerOrAdministrator()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
SignersMismatch()
TokenGatedMismatch()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()