Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FEG | ERC-20 | 98.8428 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181163 | 4 days ago | | | 0 | 0.0037728862 | |
| 21144913 | 9 days ago | | | 0 | 0.00075350619 | |
| 20648322 | 3 months ago | | | 0 | 0.000069127463 | |
| 20641805 | 3 months ago | | | 0 | 0.00014178534 | |
| 20634013 | 3 months ago | | | 0 | 0.00012047301 | |
| 20281004 | 4 months ago | | | 0 | 0.00016717590 | |
| 20256363 | 4 months ago | | | 0 | 0.00057803312 | |
| 20176400 | 5 months ago | | | 0 | 0.00066386765 | |
| 20085076 | 5 months ago | | | 0 | 0.0016814057 | |
| 20081095 | 5 months ago | | | 0 | 0.00052783454 |
ABI
ABI objects
Getter at block 21209083
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseURI() view returns (string)
https://www.deafbeef.com/tokens/
name() view returns (string)
Deafbeef
numSeries() view returns (uint256)
6
owner() view returns (address)
0x7ccd2ee72a75f7e4776f598c1be11a119fd8d191
symbol() view returns (string)
DEAFBEEF
totalSupply() view returns (uint256)
223
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCodeLocation(uint256 sid, uint256 i) view returns (bytes32 txhash)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getSeries(uint256 i) view returns (bytes32 codeLocation0, uint256 numCodeLocations, uint256 numMint, uint256 maxMint, uint256 curPricePerToken, bool paused, bool locked)
getSeriesParams(uint256 i) view returns (uint32 p0, uint32 p1, uint32 p2, uint32 p3, uint32 p4, uint32 p5, uint32 p6, uint32 p7)
getTokenParams(uint256 i) view returns (bytes32 seed, bytes32 codeLocation0, uint256 seriesID, uint32 p0, uint32 p1, uint32 p2, uint32 p3, uint32 p4, uint32 p5, uint32 p6, uint32 p7)
hasRole(bytes32 role, address account) view returns (bool)
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 addSeries() returns (uint256 sid)
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
lockCodeForever(uint256 sid)
mint(uint256 sid, address to) returns (uint256 _tokenId)
purchase(uint256 sid) payable returns (uint256 _tokenId)
purchaseTo(uint256 sid, address _to) payable returns (uint256 _tokenId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowInternalPurchases(bool m)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCodeLocation(uint256 sid, uint256 i, bytes32 txhash)
setMaxMint(uint256 sid, uint256 m)
setNumCodeLocations(uint256 sid, uint32 n)
setPaused(uint256 sid, bool m)
setPrice(uint256 sid, uint256 p)
setSeriesParam(uint256 sid, uint256 i, uint32 v)
setTokenParam(uint256 tokenID, uint256 i, uint32 v)
transferFrom(address from, address to, uint256 tokenId)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.