MainRedPill
Verified contract
Active on
Ethereum with 2,605 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 "MainRedPill"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20735084 | 3 months ago | | | 0 | 0.00034126651 | |
| 20480531 | 4 months ago | | | 0 | 0.00014896136 | |
| 20204082 | 5 months ago | | | 0 | 0.00012183921 | |
| 20183484 | 5 months ago | | | 0 | 0.00053953985 | |
| 19923645 | 6 months ago | | | 0 | 0.00028755545 | |
| 19479538 | 8 months ago | | | 0 | 0.00086199146 | |
| 18905833 | a year ago | | | 0 | 0.00064774282 | |
| 18626318 | a year ago | | | 0 | 0.00061775581 | |
| 18376374 | a year ago | | | 0 | 0.00015742590 | |
| 18342564 | a year ago | | | 0 | 0.00087614978 |
ABI
ABI objects
Getter at block 21319952
cost() view returns (uint256)
39000000000000000
maxEvolution() view returns (uint256)
2
maxMintAmountPerTx() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
1000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
MainRedPill
owner() view returns (address)
0x759a233d0dc8ad5583bbc06d91db2d14dac8b299
paused() view returns (bool)
true
pillContract() view returns (address)
0x29ca5d06f9ddee29c9e67f73eadb5cdec9b5c8ed
symbol() view returns (string)
MainRedPill
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
evolutionLevel(uint256) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getEvolutionLevel(uint256 _tokenId) view returns (uint256 level)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintedOwner(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
evolveFromPill(uint256 _tokenId)
evolveOverride(uint256 _tokenId, uint256 level)
getOwnerOfMain(uint256 _tokenId) returns (address owner)
mint(uint256 _mintAmount) 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)
setBaseMetadataUri(string _baseMetadataUri)
setCost(uint256 _cost)
setMaxEvolution(uint256 _maxEvolution)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setPillAddress(address _pillContract)
teamMint(uint256 _teamAmount)
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()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()