SWAYILS
Verified contract
Active on
Ethereum with 1,347 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 "SWAYILS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19234170 | 10 months ago | | | 0 | 0.0035355740 | |
| 18939549 | a year ago | | | 0 | 0.00031986292 | |
| 18908340 | a year ago | | | 0 | 0.00052970854 | |
| 18907861 | a year ago | | | 0 | 0.00043637091 | |
| 18617438 | a year ago | | | 0 | 0.00080719049 | |
| 18384158 | a year ago | | | 0 | 0.00058308279 | |
| 18382165 | a year ago | | | 0 | 0.00029821988 | |
| 18307804 | a year ago | | | 0 | 0.00051329923 | |
| 18307802 | a year ago | | | 0 | 0.00050089143 | |
| 18281317 | a year ago | | | 0 | 0.00014874744 |
ABI
ABI objects
Getter at block 21395369 getReservedLeft() view returns (uint256) getTokensRemaining() view returns (uint256)
baseURI() view returns (string)
https://ipfs.io/ipfs/QmeQUbXbbBU6brJU4EyuwTy27DfLNGqis6ynM5ronviZ76/
currentMintId() view returns (uint256)
445
getPrice() view returns (uint256)
150000000000000000
maxSupply() view returns (uint256)
444
name() view returns (string)
SWAYILS
owner() view returns (address)
0xb65d5e8325a412e3b882e77157117d0d87a10848
presaleStarted() view returns (bool)
false
reservedCount() view returns (uint256)
11
saleStarted() view returns (bool)
false
symbol() view returns (string)
SWY
totalSupply() view returns (uint256)
444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPresaleAllowance(address userAddress) view returns (uint256)
getWhitelistAllowance(address userAddress) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
metadata(uint256) view returns (uint64)
ownerOf(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistBalance(address) view returns (uint256)
whitelistMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimReserved(uint256 _number, address _receiver)
mint(uint256 amount) payable
presaleMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPrice(uint256 _newPrice)
togglePresaleStarted()
toggleSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateWhitelistAllowance(address newAddress, uint256 amount)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address account, uint256 amount, uint256 cost)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleMinted(address account, uint256 amount, uint256 cost)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.