MetaTriads
Verified contract
Active on
Ethereum with 1,603 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 "MetaTriads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071741 | 4 days ago | | | 0 | 0.00031617266 | |
| 20859680 | a month ago | | | 0 | 0.00029460571 | |
| 20810146 | a month ago | | | 0 | 0.00035506549 | |
| 20691711 | 2 months ago | | | 0 | 0.00014698778 | |
| 20404953 | 3 months ago | | | 0 | 0.000089899140 | |
| 20338940 | 3 months ago | | | 0 | 0.00027085384 | |
| 20297960 | 4 months ago | | | 0 | 0.00010069689 | |
| 20166676 | 4 months ago | | | 0 | 0.00017061110 | |
| 20150264 | 4 months ago | | | 0 | 0.000061029142 | |
| 19759523 | 6 months ago | | | 0 | 0.00048853476 |
ABI
ABI objects
Getter at block 21099082
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseURIString() view returns (string)
https://dvq66ajwqf9fg.cloudfront.net/metadata/
isFrozen() view returns (bool)
false
metaTriadsTransferExtender() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
MetaTriads
openseaProxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0x0506fb698a0a6344e10ceea1a1031304add776bf
symbol() view returns (string)
MT
totalSupply() view returns (uint256)
2383
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
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 approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mintTo(uint256 amount, address _to)
renounceOwnership()
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)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMetaTriadsTransferExtender(address _extender)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(address _to)
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)
ReceivedEther(address indexed sender, uint256 indexed amount)
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)
WithdrawAllEvent(address indexed to, uint256 amount)
setBaseURIEvent(string indexed baseURI)
setMetaTriadsTransferExtenderEvent(address indexed extender)
setOwnersExplicitEvent(uint256 indexed quantity)
constructor(address _openseaProxyRegistryAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()