Walter Ego

Verified contract

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

No balances found for "Walter Ego"

0x7bded3892681dab0f7dbe6cbf24957f414b1a360e7d606dc65c34b59d7306f45
0xdd6492861a8794092efb4b744bef71d39e0241090311a4c063565a572c331ab8
0x0cc250964ef988842aa992c9060a3747fade9a0a04374af03ba2f1109a231693
0x6b48a998f4186a9393c2ed5eae67421ff82378626d4666b03c6649924cb824d5
0x6f06e2096edd8d8afe3cacd0a265df1f9aeb922b3432c7402a06b253820434fc
0x528afd86e1dbac10ec4692e8acda3c01a2f2403a9b3d89f47513cc1ec2ec85b8
0xd5f28902ff6d9dc1c3a853271694cf9eaedf9e08cce413d40e2dfe2ded22a7b8
0xc465cf3c2431b2eb549721e2d50e68a442782ee7ac710232808d9552f31e6891
0x0e4e653656d310f5bac250c29986c9a2b9d5464c8b31fe5649605882787c3937
0x6a45f83e66bf3cd1946a30b05a9f6dbbbdf8547ac2e70a7ad169d26d483b83b3

Functions
Getter at block 21211844
MAX_MULTIMINT(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
10000
MINT_LIMIT_PER_ADDRESS(view returns (uint256)
10
PRICE(view returns (uint256)
0
authorizer(view returns (address)
0x97e7fe4505832027da746a47cac13dde2b8dda97
contractURI(view returns (string)
ipfs://bafybeictkyllxpoujignflhiisrjghkdo4fy2dzlze72fea7bc3xdwtud4/contract
distributor(view returns (address)
0xaef4d46fb7b345559d2a4519956b38da98bdb4e0
name(view returns (string)
Walter Ego
owner(view returns (address)
0xc91bc8eefb4e297a553273fa2e9af9b7791dc6b8
saleIsActive(view returns (bool)
true
symbol(view returns (string)
EGO
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
qualifiedNonceList(uint256view returns (bool)
qualifiedWalletList(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
ownerMint(address address_uint256 amount_
qualifiedMint(uint256 amount_bytes signature_uint256 nonce_payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setAuthorizerAddress(address address_
setBaseURI(string customBaseURI_
setContractURI(string customContractURI_
setDistributorAddress(address address_
setSaleIsActive(bool saleIsActive_
transferFrom(address fromaddress touint256 tokenId
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(address authorizerAddress_address distributorAddress_
Fallback and receive

This contract contains no fallback and receive objects.

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