SamukiSwordsNFT
Verified contract
Active on
Ethereum with 550 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 "SamukiSwordsNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18939743 | a year ago | | | 0 | 0.00031196180 | |
| 18355413 | a year ago | | | 0 | 0.00013419131 | |
| 18160335 | a year ago | | | 0 | 0.00030347248 | |
| 18160334 | a year ago | | | 0 | 0.00035107127 | |
| 18160333 | a year ago | | | 0 | 0.00036325363 | |
| 18160333 | a year ago | | | 0 | 0.00036325363 | |
| 18160332 | a year ago | | | 0 | 0.00032761704 | |
| 18160330 | a year ago | | | 0 | 0.00045860013 | |
| 18118394 | a year ago | | | 0 | 0.00038696060 | |
| 18036734 | a year ago | | | 0 | 0.00087576657 |
ABI
ABI objects
Getter at block 21280042
SamukiContract() view returns (address)
0xe24c9e84115819af35a1f3142932996e0216cd44
YetiContract() view returns (address)
0x752fdacb71e76a68ec949fe25ccfccd10eee2f9f
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://samuki.vip/swords/json/
cost() view returns (uint256)
5000000000000000
maxMintAmount() view returns (uint256)
25
maxSupply() view returns (uint256)
3333
name() view returns (string)
Samuki Swords
nftPerAddressLimit() view returns (uint256)
50
owner() view returns (address)
0x7ca45826fd7b85c2c0f8b0eaa06b2d3e806150bd
paused() view returns (bool)
false
presaleCost() view returns (uint256)
5000000000000000
symbol() view returns (string)
SS
totalSupply() view returns (uint256)
2637
Read-only
addressMintedBalance(address) view returns (uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxSupply(uint256 _newMaxSupply)
setNftPerAddressLimit(uint256 _limit)
setPresaleCost(uint256 _newCost)
setSamukiContract(address _addSamukiContract)
setYetiContract(address _addYetiContract)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()