IshtarGate
Verified contract
Active on
Ethereum with 200 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xd4a5…3b5f
Balances ($0.00)
No balances found for "IshtarGate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19070650 | 10 months ago | | | 0 | 0.00039543115 | |
| 16811140 | 2 years ago | | | 0 | 0.00085484821 | |
| 16771446 | 2 years ago | | | 0 | 0.0017232215 | |
| 16598638 | 2 years ago | | | 0 | 0.0011118978 | |
| 16217251 | 2 years ago | | | 0 | 0.00068532006 | |
| 16060039 | 2 years ago | | | 0 | 0.00052254618 | |
| 15390562 | 2 years ago | | | 0 | 0.0010376200 | |
| 15345144 | 2 years ago | | | 0 | 0.00053666691 | |
| 14781014 | 3 years ago | | | 0 | 0.0018205693 | |
| 14781011 | 3 years ago | | | 0 | 0.0018387546 |
ABI
ABI objects
Getter at block 21196967
JUST_LP() view returns (uint8)
1
NONE() view returns (uint8)
0
STEWARD() view returns (uint8)
2
STRATEGIST() view returns (uint8)
3
baseURI() view returns (string)
controller() view returns (address)
0xd4a5b5fcb561daf3adf86f8477555b92fba43b5f
maxNumberOfInvites() view returns (uint256)
200
name() view returns (string)
IshtarGate
owner() view returns (address)
0x0b892ebc6a4bf484cddb7253c6bd5261490163b9
symbol() view returns (string)
ISHT
tokenURI() view returns (string)
https://babylon.mypinata.cloud/ipfs/QmTTcF8a1asL9YKsCB5DzND1Biy4Kyw4nX7EPSgv1pLEDA
totalSupply() view returns (uint256)
398
Read-only
balanceOf(address owner) view returns (uint256)
canAddStrategiesInAGarden(address _garden, address _user) view returns (bool)
canCreate(address _user) view returns (bool)
canCreateAGarden(address) view returns (bool)
canJoinAGarden(address _garden, address _user) view returns (bool)
canVoteInAGarden(address _garden, address _user) view returns (bool)
gardenAccessCount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
permissionsByCommunity(address, address) view returns (uint8)
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)
grantCreatorsInBatch(address[] _users, bool[] _perms) returns (bool)
grantGardenAccessBatch(address _garden, address[] _users, uint8[] _perms) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCreatorPermissions(address _user, bool _canCreate) returns (uint256)
setGardenAccess(address _user, address _garden, uint8 _permission) returns (uint256)
setMaxNumberOfInvites(uint256 _maxNumberOfInvites)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateGardenURI(string _tokenURI)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GardenAccess(address indexed _member, address indexed _garden, uint8 _permission, uint256 _tokenId)
GardenCreationPower(address indexed _member, bool _creation, uint256 _tokenId)
GateURIUpdated(string indexed _newURI, string indexed _oldURI)
IshtarGateAwarded(address indexed _member, uint256 indexed _newItemId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _controller, string _tokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.