"Decentralize"
Verified contract
Active on
Ethereum with 19 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 ""Decentralize""
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15903616 | 2 years ago | | | 0 | 0.0014359761 | |
| 14431610 | 3 years ago | | | 0 | 0.0024944569 | |
| 14402075 | 3 years ago | | | 0 | 0.0011132952 | |
| 14088915 | 3 years ago | | | 0 | 0.0079771163 | |
| 13992020 | 3 years ago | | | 0 | 0.014703062 | |
| 13946645 | 3 years ago | | | 0 | 0.0054369353 | |
| 13522425 | 3 years ago | | | 0 | 0.015657887 | |
| 13382934 | 3 years ago | | | 0 | 0.044950409 | |
| 13382927 | 3 years ago | | | 0 | 0.044950409 | |
| 13382919 | 3 years ago | | | 0 | 0.044950409 |
ABI
ABI objects
Getter at block 21247000
baseUri() view returns (string)
https://arweave.net/
id() view returns (uint256)
10
isOwner() view returns (bool)
false
maker() view returns (address)
0xebfdf56e9c9a643c8abc13a4fbd679ed02f9ceb4
name() view returns (string)
"Decentralize"
owner() view returns (address)
0x47bcd42b8545c23031e9918c3d823be4100d4e87
symbol() view returns (string)
ART
totalSupply() view returns (uint256)
10
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 tokenId) view returns (uint256[])
getFeeRecipients(uint256 tokenId) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
items(uint256) view returns (uint256 tokenId, uint256 price, string metaId, uint8 state)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenIds)
batchMint(address to, uint256 amountToMint, string metaId, uint256 setPrice, address[] royaltyAddress, uint256[] royaltyBps)
batchTransfer(address giver, address[] recipients, uint256[] values)
burn(uint256 tokenId)
destroyAndSend()
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
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)
BatchBurned(string metaId, uint256[] ids)
BatchForSale(uint256[] ids, string metaId)
BatchTransfered(string metaId, address[] recipients, uint256[] ids)
Bought(uint256 tokenId, string metaId, uint256 value)
Destroy()
ErrorOut(string error, uint256 tokenId)
Minted(uint256 id, string metaId)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri, address fee, address creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.