Disciple of the Machina
Verified contract
Active on
Ethereum with 3,388 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 "Disciple of the Machina"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298336 | a day ago | | | 0 | 0.0011359196 | |
| 21291132 | 2 days ago | | | 0 | 0.0011062110 | |
| 21290819 | 2 days ago | | | 0 | 0.0013153570 | |
| 21290795 | 2 days ago | | | 0 | 0.0013125601 | |
| 21271845 | 5 days ago | | | 0 | 0.0028633663 | |
| 21206262 | 14 days ago | | | 0 | 0.0017987450 | |
| 21149447 | 22 days ago | | | 0 | 0.0022580090 | |
| 21144729 | 23 days ago | | | 0 | 0.0032409432 | |
| 21139143 | 23 days ago | | | 0 | 0.0030282728 | |
| 21127772 | 25 days ago | | | 0 | 0.0031193346 |
ABI
ABI objects
Getter at block 21306763
name() view returns (string)
Disciple of the Machina
owner() view returns (address)
0xb1dd93d7f320933b30d43f3b8a8a606c9908e001
symbol() view returns (string)
DOTM
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getReferrer(uint256 tokenId) view returns (address)
getTokenIdByOwner(address owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
renounceOwnership()
safeMint()
safeMint(address referrer)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newURI)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferrerSet(uint256 indexed tokenId, address indexed referrer)
TokenBurned(uint256 indexed tokenId, address indexed owner)
TokenMinted(uint256 indexed tokenId, address indexed owner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.