Mutant Garden Seeder
Verified contract
Active on
Ethereum with 1,534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NUTS | ERC-20 | 8.88 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065298 | 20 days ago | | | 0 | 0.00067436720 | |
| 21016506 | a month ago | | | 0 | 0.00023869409 | |
| 20987835 | a month ago | | | 0 | 0.0012060148 | |
| 20987665 | a month ago | | | 0 | 0.0018826635 | |
| 20972870 | a month ago | | | 0 | 0.0021156274 | |
| 20965889 | a month ago | | | 0 | 0.0012172237 | |
| 20959309 | a month ago | | | 0 | 0.00094447185 | |
| 20946130 | a month ago | | | 0 | 0.00057538349 | |
| 20946114 | a month ago | | | 0 | 0.00060625797 | |
| 20944375 | a month ago | | | 0 | 0.00068027711 |
ABI
ABI objects
Getter at block 21210315
baseURI() view returns (string)
controller() view returns (address)
0xe2f57528840bd42befce11bbaa378e62ad14acb1
isOwner() view returns (bool)
false
metadata() view returns (address)
0xcb05165e659da248e7d0ee3d8c85b8cc3be0dc70
name() view returns (string)
Mutant Garden Seeder
owner() view returns (address)
0xaf2ce0962d1a4b1aab10f7faa62bbbca40a8ea53
symbol() view returns (string)
🧬
totalSupply() view returns (uint256)
513
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 _infoUrl)
State-modifying
Events addAdmin(address _admin)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address recipient, uint256 tokenId) returns (uint256)
moveToken(address _to, uint256 _amount, address _token) returns (bool)
removeAdmin(address _admin)
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)
updateController(address _controller)
updateMetadata(address _metadata)
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(string name, string symbol, address _metadata)
This contract contains no fallback and receive objects.
This contract contains no error objects.