Weirdo Ghost Gang
Verified contract
Active on
Ethereum with 23,763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UPC | ERC-20 | 0.4 | $3.72 |
$1.49 | |
GHOST | ERC-721 | 1 | -- | -- | |
GHOST | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155865 | 9 hours ago | | | 0 | 0.00023645682 | |
| 21154081 | 15 hours ago | | | 0 | 0.00056299344 | |
| 21151428 | a day ago | | | 0 | 0.00051537523 | |
| 21149451 | a day ago | | | 0 | 0.00045616584 | |
| 21145236 | 2 days ago | | | 0 | 0.0011685047 | |
| 21144821 | 2 days ago | | | 0 | 0.00089503333 | |
| 21144808 | 2 days ago | | | 0 | 0.00087994621 | |
| 21139647 | 3 days ago | | | 0 | 0.00063572470 | |
| 21133601 | 3 days ago | | | 0 | 0.00074232285 | |
| 21133543 | 3 days ago | | | 0 | 0.00061421442 |
ABI
ABI objects
Getter at block 21158520
PRICE() view returns (uint256)
50000000000000000
PreMaxMint() view returns (uint256)
2
PublicMaxMint() view returns (uint256)
1
maxTotalSupply() view returns (uint256)
5556
name() view returns (string)
Weirdo Ghost Gang
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x89b3c478b8534262a5e2d028198cf3f6b02381d3
status() view returns (uint8)
3
symbol() view returns (string)
GHOST
totalSupply() view returns (uint256)
5556
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicNumberMinted(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 num, string salt, bytes token) payable
preSaleMint(uint256 amount, string salt, bytes token) payable
release()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSignerOfNum(address signer, uint256 num)
setStatus(uint8 _status, address signer1, address signer2, address signer3)
setURI(string newuri)
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)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initURI, address signer1, address signer2)
This contract contains no fallback and receive objects.
This contract contains no error objects.