ValidateMe
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 "ValidateMe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108510 | 21 days ago | | | 0 | 0.00019519514 | |
| 21108509 | 21 days ago | | | 0 | 0.0060985457 | |
| 21108307 | 21 days ago | | | 0.1 | 0.0040104314 | |
| 21108267 | 21 days ago | | | 0.0369 | 0.0015734927 | |
| 21108250 | 21 days ago | | | 0.1 | 0.0048163441 | |
| 21108101 | 21 days ago | | | 0.0369 | 0.0023561957 | |
| 21108100 | 21 days ago | | | 0.1 | 0.0070784672 | |
| 21106885 | 21 days ago | | | 0.1 | 0.0029977240 | |
| 21105007 | 22 days ago | | | 0.0369 | 0.00079287121 | |
| 21103064 | 22 days ago | | | 0.0369 | 0.00079369912 |
ABI
ABI objects
Getter at block 21260927
creatorCoreContract() view returns (address)
0x2c5478706e62d96387c649a8fd2644e47bb2defb
fullSetCost() view returns (uint256)
100000000000000000
individualCost() view returns (uint256)
36900000000000000
owner() view returns (address)
0x4d1c149e6728314d0d6c4f7d48dbf83bd196444e
saleEnd() view returns (uint256)
1730782740
Read-only
prayerCardsInfo(uint256) view returns (string baseURI, uint256 maxSupply)
prayerCardsMinted(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(address creator, uint256 tokenId) view returns (string)
tokenidsToMintedCards(uint256) view returns (uint256 prayerCardId, uint256 tokenId, uint256 variationId)
State-modifying
Events airdrop(address[] to, uint256[] prayerCardIds)
configure(address _creatorCoreContract, struct ValidateMePrayerCard[] _prayerCards, uint256 _fullSetCost, uint256 _individualCost, uint256 _saleEnd)
mint(bool fullSet, address to) payable
mint(uint256 howMany, address to) payable
renounceOwnership()
transferOwnership(address newOwner)
withdraw(address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
InvalidInput()
InvalidToken()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SaleEnded()
SoldOut()