BFH:LandTerritory
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa06…b13c
Balances ($0.00)
No balances found for "BFH:LandTerritory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840870 | 2 months ago | | | 0 | 0.00093636185 | |
| 20219193 | 4 months ago | | | 0 | 0.00031185945 | |
| 20219187 | 4 months ago | | | 0 | 0.00045662324 | |
| 18382514 | a year ago | | | 0 | 0.00027912529 | |
| 18382510 | a year ago | | | 0 | 0.00026928774 | |
| 16745108 | 2 years ago | | | 0 | 0.0018393480 | |
| 16680511 | 2 years ago | | | 0 | 0.0017176494 | |
| 16491897 | 2 years ago | | | 0 | 0.0013600990 | |
| 16487525 | 2 years ago | | | 0 | 0.0010088848 | |
| 16067872 | 2 years ago | | | 0 | 0.00075301361 |
ABI
ABI objects
Getter at block 21204654
approvalProxy() view returns (address)
0xaa06e5c117dbe8bc52dbaa18aaf447eda556b13c
getTypeCap() view returns (uint256)
11579208923731619542357098500868790785326998466564056403945758400791312963
getTypeCount() view returns (uint256)
18
getTypeOffset() view returns (uint256)
10000
name() view returns (string)
BFH:LandTerritory
owner() view returns (address)
0x335944b36b02401fb35ca3aa64cc9468e5eb3742
paused() view returns (bool)
false
symbol() view returns (string)
BFHL
totalSupply() view returns (uint256)
320
Read-only
balanceOf(address _owner) view returns (uint256)
exist(uint256 tokenId) view returns (bool)
existingType(uint32 _assetType) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getUnitCap(uint32 _assetType) view returns (uint32)
getUnitCount(uint32 _assetType) view returns (uint32)
isApprovedForAll(address _owner, address _spender) view returns (bool)
isMinter(address account) view returns (bool)
isOperator(address account) view returns (bool)
isTokenPaused(uint256 _tokenId) view returns (bool)
isTokenPauser(address account) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addMinter(address account)
addOperator(address account)
addTokenPauser(address account)
approve(address _approved, uint256 _tokenId) payable
mint(address _to, uint256 _tokenId)
pause()
pauseToken(uint256 _tokenId)
removeMinter(address account)
removeOperator(address account)
removeTokenPauser(address account)
safeTransferFrom(address _from, address _to, uint256 _tokenId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data) payable
setApprovalForAll(address _spender, bool _approved)
setApprovalProxy(address _new)
setTokenURIPrefix(string _tokenUriPrefix)
setTypeCap(uint32 _newTypeCap)
setUnitCap(uint32 _assetType, uint32 _newUnitCap)
transferFrom(address _from, address _to, uint256 _tokenId) payable
transferOwnership(address _newOwner)
unpause()
unpauseToken(uint256 _tokenId)
withdrawEther()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetTypeCap(uint256 _typeCap)
SetUnitCap(uint32 _assetType, uint32 _unitCap)
TokenPaused(uint256 indexed tokenId)
TokenPauserAdded(address indexed account)
TokenPauserRemoved(address indexed account)
TokenUnpaused(uint256 indexed tokenId)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Unpaused(address account)
UpdateApprovalProxy(address _newProxyContract)
UpdateTokenURIPrefix(string tokenUriPrefix)
constructor(address _approvalProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.