Robolien
Verified contract
Active on
Ethereum with 1,106 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 "Robolien"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19181657 | 9 months ago | | | 0 | 0.0012573528 | |
| 18671935 | a year ago | | | 0 | 0.0018845903 | |
| 18658603 | a year ago | | | 0 | 0.00067461782 | |
| 18231743 | a year ago | | | 0 | 0.00016375689 | |
| 17866689 | a year ago | | | 0 | 0.00069708575 | |
| 16935032 | 2 years ago | | | 0 | 0.0019198825 | |
| 16931200 | 2 years ago | | | 0 | 0.0011866971 | |
| 16907266 | 2 years ago | | | 0 | 0.00065284494 | |
| 16714910 | 2 years ago | | | 0 | 0.00059148853 | |
| 16704725 | 2 years ago | | | 0 | 0.0013857231 |
ABI
ABI objects
Getter at block 21226758
maxPerTxn() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
499
name() view returns (string)
Robolien
owner() view returns (address)
0x269774538a53c83a8066dcbe40ee1a62eb309928
price() view returns (uint256)
6000000000000000
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
Robolien
totalSupply() view returns (uint256)
499
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] boardAddresses, uint256 _quantity)
approve(address to, uint256 tokenId)
flipPublicSale()
mint(uint256 _quantity) payable
renounceOwnership()
robolienVisit()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPerTxn(uint256 _num)
setMaxPerWallet(uint256 _num)
setTokenPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()