ETH Senders
Verified contract
Active on
Ethereum with 7,538 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 "ETH Senders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102566 | 10 days ago | | | 0 | 0.00012246859 | |
| 20961292 | a month ago | | | 0 | 0.00063507252 | |
| 20649413 | 2 months ago | | | 0 | 0.000082741343 | |
| 20645379 | 2 months ago | | | 0 | 0.000036364676 | |
| 20470414 | 3 months ago | | | 0 | 0.00043573708 | |
| 20360237 | 4 months ago | | | 0 | 0.00019663500 | |
| 19844332 | 6 months ago | | | 0 | 0.00011300352 | |
| 19752985 | 6 months ago | | | 0 | 0.00038762280 | |
| 19696470 | 7 months ago | | | 0 | 0.00028436051 | |
| 19549829 | 7 months ago | | | 0 | 0.0012749780 |
ABI
ABI objects
Getter at block 21172243
maxFreeSupply() view returns (uint256)
7777
maxToken() view returns (uint256)
7777
mintEnabled() view returns (bool)
true
mintMax() view returns (uint256)
7
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
ETH Senders
owner() view returns (address)
0xb35da4b1a270a0faf487ce015f803a83179408d0
revealed() view returns (bool)
true
symbol() view returns (string)
ETHS
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTeam(address address_, bytes32[] proof_) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
reserveBulk(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxMint(uint256 newMax)
setMerkleRoot(bytes32 merkleRoot_)
setPrice(uint256 newPrice)
setReveal()
sethiddenBaseURI(string uri_)
teamMint(uint256 _amount, bytes32[] proof_) payable
toggleMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address new_)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()