Turf Objects
Verified contract
Active on
Ethereum with 4,273 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 "Turf Objects"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20894382 | 2 months ago | | | 0 | 0.00054502877 | |
| 20571259 | 3 months ago | | | 0 | 0.000069130301 | |
| 20524326 | 4 months ago | | | 0 | 0.00011468202 | |
| 20450278 | 4 months ago | | | 0 | 0.00012010757 | |
| 20409984 | 4 months ago | | | 0 | 0.000059664773 | |
| 20261443 | 5 months ago | | | 0 | 0.00015757094 | |
| 19743359 | 7 months ago | | | 0 | 0.00018396355 | |
| 19491979 | 8 months ago | | | 0 | 0.0010678780 | |
| 19358417 | 9 months ago | | | 0 | 0.0031518103 | |
| 18903856 | a year ago | | | 0 | 0.00051685083 |
ABI
ABI objects
Getter at block 21300585
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MERCH_ROLE() view returns (bytes32)
0x05706b1d924d824b541709d0b2150d19234c26ffc2a940aa447646a89a33ba92
currentObjectId() view returns (uint256)
36
name() view returns (string)
Turf Objects
owner() view returns (address)
0xef6f52daaf4d942438ed2b99443a37650468ad27
symbol() view returns (string)
TURF_OBJ
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkReleaseStatusByBlock(uint256 objectId) view returns (bool, uint256, uint256, uint256)
checkReleaseStatusByTime(uint256 objectId) view returns (bool, uint256, uint256, uint256)
ethPerTurfObject(uint256) view returns (uint256)
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintsPerWalletPerObjectId(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
turfObjects(uint256) view returns (string name, uint256 initialSupply, uint256 startingReference, uint256 endReference, bool isOpen, address eligibilityCheckerAddress, address fundsRecipientAddress, bool emergencyStopper, uint256 maxAmountPerWallet, bool allowAdjustableQty, uint256 price, uint8 releaseType)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 objectId, uint256 count, address addr)
grantMerchRole(address addr)
grantRole(bytes32 role, address account)
mint(uint256 objectId, uint256 amount, bytes32[] merkleProof, bytes data) payable
removeMerchRole(address addr)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newURI)
setupNewObject(struct TurfShopTurfObject turfObject)
transferFunds(uint256 objectId)
transferOwnership(address newOwner)
updateObject(uint256 objectId, struct TurfShopTurfObject turfObject)
withdrawAll(address addr)
withdrawTokens(address token)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
NewTurfObjectSetup(uint256 arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri_)
receive()
This contract contains no error objects.