EtherHumans
Verified contract
Active on
Ethereum with 2,551 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 "EtherHumans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17734045 | a year ago | | | 0 | 0.00078889982 | |
| 17515960 | a year ago | | | 0 | 0.0018676101 | |
| 17515836 | a year ago | | | 0 | 0.0010816349 | |
| 16302057 | 2 years ago | | | 0 | 0.00076761490 | |
| 15608554 | 2 years ago | | | 0 | 0.00025181983 | |
| 15418654 | 2 years ago | | | 0 | 0.00037186105 | |
| 15172586 | 2 years ago | | | 0 | 0.0012237229 | |
| 15135984 | 2 years ago | | | 0 | 0.0017210591 | |
| 14867587 | 3 years ago | | | 0 | 0.0012849477 | |
| 14844100 | 3 years ago | | | 0 | 0.0041141122 |
ABI
ABI objects
Getter at block 21385160
FREE_MAX_SUPPLY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
5000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmNzRQPXbcJxFcFtiGqLB2nKcuJ9rhFdtqNSTS3zxNbYpF/
contractURI() view returns (string)
ipfs://QmNmt2cWqExtdUSLfBx2hTtYaDaJbEwnBUJ9iWT6rhjSww
name() view returns (string)
EtherHumans
owner() view returns (address)
0xb541092be2c8d142d4c640868d917b0b60dbead7
paused() view returns (bool)
true
price() view returns (uint256)
10000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
true
symbol() view returns (string)
EH
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) 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)
freeMint() payable
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
setupOS()
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()