Glamorous Undead
Verified contract
Active on
Ethereum with 1,375 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 "Glamorous Undead"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16929647 | 2 years ago | | | 0 | 0.0010940782 | |
| 16926867 | 2 years ago | | | 0 | 0.00067163243 | |
| 16770626 | 2 years ago | | | 0 | 0.00090981791 | |
| 16705266 | 2 years ago | | | 0 | 0.0026417196 | |
| 16642006 | 2 years ago | | | 0 | 0.0022138294 | |
| 16633869 | 2 years ago | | | 0 | 0.0011183302 | |
| 16627418 | 2 years ago | | | 0 | 0.0012201230 | |
| 15913597 | 2 years ago | | | 0 | 0.00051373300 | |
| 15913483 | 2 years ago | | | 0 | 0.00090001277 | |
| 15890307 | 2 years ago | | | 0 | 0.0010239496 |
ABI
ABI objects
Getter at block 21124429
MAX_FREE() view returns (uint256)
1
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storageapi.fleek.co/256e1077-3ba4-4f13-9298-2a063e646bf9-bucket/UndeadJson/
name() view returns (string)
Glamorous Undead
owner() view returns (address)
0xc7fbb7b1b5b0d34cd65851b5c91841db4cb54ed6
paused() view returns (bool)
false
price() view returns (uint256)
0
symbol() view returns (string)
GlamorousUndead
totalSupply() view returns (uint256)
5000
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 Mint(uint256 amount) payable
approve(address to, uint256 tokenId)
freeMint()
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
teamMint(uint256 _number)
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()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()