Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "DeFiLABS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21403945 | 4 days ago | | | 0 | 0.00035513676 | |
| 21321070 | 15 days ago | | | 0 | 0.00089732656 | |
| 21136800 | a month ago | | | 0 | 0.0011582273 | |
| 20666322 | 4 months ago | | | 0 | 0.000077255229 | |
| 20571482 | 4 months ago | | | 0 | 0.000054312257 | |
| 20568227 | 4 months ago | | | 0 | 0.000034952337 | |
| 19408062 | 9 months ago | | | 0 | 0.0060769179 | |
| 19295538 | 10 months ago | | | 0 | 0.0025912469 | |
| 19204472 | 10 months ago | | | 0 | 0.0010608299 | |
| 19023680 | a year ago | | | 0 | 0.00086400223 |
ABI
ABI objects
Getter at block 21431075
baseURI() view returns (string)
https://pria.network/nft/defilabs_nfts.json
deployer() view returns (address)
0xa4633cb5ceebba4bc3ac3baeab8b19381896fe88
geoplacer() view returns (address)
0xa4633cb5ceebba4bc3ac3baeab8b19381896fe88
mintTicket() view returns (uint256)
375
name() view returns (string)
DeFiLABS
spawnlimit() view returns (uint256)
0
symbol() view returns (string)
DLABS
totalSupply() view returns (uint256)
374
Read-only
arAsset(uint256) view returns (string name, string thumbnail, string model_url, uint256 coef_1, uint256 coef_2, uint256 coef_3, int256 latitude, int256 longitude)
arAsset_coef1(uint256 tokenId) view returns (uint256)
arAsset_coef2(uint256 tokenId) view returns (uint256)
arAsset_coef3(uint256 tokenId) view returns (uint256)
arAsset_contents(uint256 tokenId) view returns (string)
arAsset_coords(uint256 tokenId) view returns (int256[2] coords)
arAsset_latitude(uint256 tokenId) view returns (int256)
arAsset_longitude(uint256 tokenId) view returns (int256)
arAsset_name(uint256 tokenId) view returns (string)
arAsset_thumbnail(uint256 tokenId) view returns (string)
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)
spawnCount(uint256) view returns (uint256)
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)
bulkmint(address[] to, uint256[] coef1, int256[] lat, int256[] long) returns (bool)
burn(uint256 tokenId) returns (bool)
mint(address to, string nft_name, string image, string url, uint256 coef1, uint256 coef2, uint256 coef3, int256 lat, int256 long) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setGeoPlacer(address _geoplacer) returns (bool)
setSpawnLimit(uint256 limit) returns (bool)
setSpawnerData(string nft_name, string image, string url, uint256 coef1, uint256 coef2, uint256 coef3, int256 lat, int256 long) returns (bool)
setTokenURI(uint256 tokenId, string _tokenURI)
spawn(uint256 _SpawnerTokenId, int256 _latitude, int256 _longitude) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.