8th Wonders
Verified contract
Active on
Ethereum with 1,730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($639.29)
Native
Value
$623.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.172325 | $3,619.32 |
$623.7 | |
WETH | ERC-20 | 0.004307 | $3,619.47 |
$15.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309729 | 2 days ago | | | 0 | 0.00072446192 | |
| 21303737 | 3 days ago | | | 0 | 0.00037392486 | |
| 21303733 | 3 days ago | | | 0 | 0.00066181639 | |
| 21216123 | 15 days ago | | | 0 | 0.0012175094 | |
| 21115673 | a month ago | | | 0 | 0.00057817563 | |
| 21085687 | a month ago | | | 0 | 0.00050420148 | |
| 21083338 | a month ago | | | 0 | 0.00034575859 | |
| 21071053 | a month ago | | | 0 | 0.00036852380 | |
| 20987216 | 2 months ago | | | 0 | 0.00089914994 | |
| 20968426 | 2 months ago | | | 0 | 0.00031291958 |
ABI
ABI objects
Getter at block 21324735
MAINSALE_PRICE() view returns (uint256)
60000000000000000
MAX_ORDER() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
1111
PRESALE_PRICE() view returns (uint256)
50000000000000000
isMintActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
name() view returns (string)
8th Wonders
owner() view returns (address)
0x4d025eae96f427c5f737878a4fb69165a0859aa2
symbol() view returns (string)
8THWONDERS
totalReleased() view returns (uint256)
69500208734271142574
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1111
Read-only
accessList(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events addPayee(address account, uint256 shares_)
approve(address to, uint256 tokenId)
burnFrom(address owner, uint256[] tokenIds) payable
mint(uint256 quantity) payable
mintTo(uint256[] quantity, address[] recipient) payable
presale(uint256 quantity) payable
release(address account)
renounceOwnership()
resurrect(uint256[] tokenIds, address[] recipients)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAccessList(address[] accounts, uint256[] quantities)
setActive(bool isPresaleActive_, bool isMintActive_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newPrefix, string newSuffix)
setDelegate(address addr, bool isDelegate_)
setMax(uint256 maxOrder, uint256 maxSupply)
setPayee(uint256 index, address account, uint256 newShares)
setPrice(uint256 presalePrice, uint256 mainsalePrice)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.