Walter Ego
Verified contract
Active on
Ethereum with 3,481 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 "Walter Ego"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19766295 | 7 months ago | | | 0 | 0.00031007256 | |
| 18995617 | 10 months ago | | | 0 | 0.00065907447 | |
| 18403265 | a year ago | | | 0 | 0.00033193930 | |
| 17738549 | a year ago | | | 0 | 0.00090276532 | |
| 17725093 | a year ago | | | 0 | 0.00042634341 | |
| 17697058 | a year ago | | | 0 | 0.00064193987 | |
| 17550654 | a year ago | | | 0 | 0.00075708655 | |
| 17515975 | a year ago | | | 0 | 0.0018916053 | |
| 17515966 | a year ago | | | 0 | 0.0022511947 | |
| 17515957 | a year ago | | | 0 | 0.0016930638 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
qualifiedNonceList(uint256) view returns (bool)
qualifiedWalletList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(address address_, uint256 amount_)
qualifiedMint(uint256 amount_, bytes signature_, uint256 nonce_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorizerAddress(address address_)
setBaseURI(string customBaseURI_)
setContractURI(string customContractURI_)
setDistributorAddress(address address_)
setSaleIsActive(bool saleIsActive_)
transferFrom(address from, address to, uint256 tokenId)
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(address authorizerAddress_, address distributorAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()