WynLambo
Verified contract
Active on
Ethereum with 8,017 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 "WynLambo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263081 | 8 days ago | | | 0 | 0.00040018064 | |
| 21219286 | 14 days ago | | | 0 | 0.00042476235 | |
| 21056703 | a month ago | | | 0 | 0.00023533710 | |
| 21030427 | a month ago | | | 0 | 0.00034339035 | |
| 21030420 | a month ago | | | 0 | 0.00061997313 | |
| 20904938 | 2 months ago | | | 0 | 0.00021412767 | |
| 20890838 | 2 months ago | | | 0 | 0.00061465212 | |
| 20852087 | 2 months ago | | | 0 | 0.00026795182 | |
| 20787652 | 2 months ago | | | 0 | 0.00033929671 | |
| 20711287 | 3 months ago | | | 0 | 0.000047273989 |
ABI
ABI objects
Getter at block 21320619
claimActive() view returns (bool)
false
claimSupply() view returns (uint256)
0
maxTx() view returns (uint256)
20
mintSupply() view returns (uint256)
0
name() view returns (string)
WynLambo
nonce() view returns (uint256)
9999
owner() view returns (address)
0x4edddd1b1fdd851dc739ecd54fbb71fd6b01ffd0
price() view returns (uint256)
90000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
WYN
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIdsByOwner(address _owner) view returns (uint256[])
holders(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addHolders(address[] holders_, uint256[] qty)
approve(address to, uint256 tokenId)
buy(uint256 qty) payable
claim()
giveaway(address to, uint256 qty, bool fromHolders)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimActive(bool val)
setClaimSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setMintSupply(uint256 newSupply)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setTotalSupply(uint256 newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTeam()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.