DeadFellaz
Verified contract
Active on
Ethereum with 27,003 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOLA | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156728 | 5 hours ago | | | 0 | 0.00047934627 | |
| 21155567 | 9 hours ago | | | 0 | 0.00064078881 | |
| 21155369 | 9 hours ago | | | 0 | 0.00080094263 | |
| 21155229 | 10 hours ago | | | 0 | 0.0014350654 | |
| 21155226 | 10 hours ago | | | 0 | 0.00058223974 | |
| 21155224 | 10 hours ago | | | 0 | 0.0011996227 | |
| 21155219 | 10 hours ago | | | 0 | 0.0011490434 | |
| 21155218 | 10 hours ago | | | 0 | 0.0011279954 | |
| 21155214 | 10 hours ago | | | 0 | 0.0013879459 | |
| 21154217 | 13 hours ago | | | 0 | 0.00041470462 |
ABI
ABI objects
Getter at block 21158137
MAX_MINT_AMOUNT() view returns (uint256)
13
MAX_PRIZE_MINTS() view returns (uint256)
2000
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
25000000000000000
baseURI() view returns (string)
ipfs://bafybeiaad7jp7bsk2fubp4wmks56yxevoz7ywst5fd4gqdschuqonpd2ee/
contractURI() view returns (string)
https://ipfs.io/ipfs/QmUsVARdx9tCBRb3SiQnB2y9etGHc6JTKWmRcZ9JX7z6Te
name() view returns (string)
DeadFellaz
owner() view returns (address)
0x0aa795e44c5e54b363d119c89b1658781d007d7e
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
DEADFELLAZ
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)
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 amount) payable
mintPrizes(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
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(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.