This contract is being backfilled. You may encounter incomplete storage history.

RedPill

Verified contract

Active on Ethereum with 3,303 txns
Deployed by via 0x2f774534 at 16292769
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RedPill"

0x0e6d725e64e494a7deab1f18741f335cf939c8432728809b366df71a9be14b61
0x53716b4d6cf62707913a4f18dcd97777e1a06c33970531193a67d110d618ab59
0xa4b20437e601f796aa37f9058690598d02c1fc3324cd012380c8bf354754c771
0x9cac270a050df7feb605541c29839a8cbaca44c8e68582f54a95f3a99ae51e84
0x70f8e433db2eae579d9dcaaeecfbdf664519c6c398f27249fc2a55cfb94b0103
0x26be5d23056a2d7ab3b12ac717f3efe0f5184668cbfa18128378efc261a7e09b
0xf65c50130e9bc3d4d7c2387220b79a349eff6ecde1301f257dba96b29f3532ed
0xd006673ec6fb1c1cf0677436816fd8253fc32e8a2094371bf2ef884380b925bc
0xefd5fb728fe50bf28a675fd34d3f0f52e533405a6b3f022fa153de9deaa2e37e
0x371398dcb355415568c8f90c1511093b9e4923af83208f2cb6c95bc4bce5c090

Functions
Getter at block 21214526
maxSupply(view returns (uint256)
1000
merkleRoot(view returns (bytes32)
0xd1b74a6dc0b25c754662774e69a85808e70114277091d7d9dce8e5e293444117
name(view returns (string)
RedPill
owner(view returns (address)
0x759a233d0dc8ad5583bbc06d91db2d14dac8b299
paused(view returns (bool)
true
pausedBurn(view returns (bool)
true
symbol(view returns (string)
RedPill
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
eatPill(uint256 _pillTokenIduint256 _charTokenId
mintWhitelist(bytes32[] _merkleProof
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseMetadataUri(string a
setMainContract(address _contract
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setPausedBurn(bool _state
teamMint(uint256 _teamAmount
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(