Samurai Saga
Verified contract
Active on
Ethereum with 15,596 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($210.74)
Native
Value
$210.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.063144 | $3,337.41 |
$210.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21113984 | 8 days ago | | | 0 | 0.00024878896 | |
| 21097751 | 10 days ago | | | 0 | 0.00033387670 | |
| 21079941 | 13 days ago | | | 0 | 0.00074652923 | |
| 21061527 | 15 days ago | | | 0 | 0.00048129863 | |
| 21059657 | 15 days ago | | | 0 | 0.00074483534 | |
| 21040711 | 18 days ago | | | 0 | 0.00024304683 | |
| 21026769 | 20 days ago | | | 0 | 0.00030836438 | |
| 21010028 | 22 days ago | | | 0 | 0.00037760122 | |
| 21009999 | 22 days ago | | | 0 | 0.0010191724 | |
| 21008403 | 23 days ago | | | 0 | 0.00042686893 |
ABI
ABI objects
Getter at block 21169832
baseURI() view returns (string)
ipfs://QmQjv2FhojjAQmxChf71cAqhZa6mHEBfNW5BnUe7HcJXUG/
contractURI() view returns (string)
isLocked() view returns (bool)
false
maxSupply() view returns (uint256)
9999
name() view returns (string)
Samurai Saga
owner() view returns (address)
0xe1917c2ae334640589d7593502a3a9b3615358c3
symbol() view returns (string)
SSAGA
totalSupply() view returns (uint256)
9999
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwnerBySize(address user, uint256 cursor, uint256 size) view returns (uint256[], uint256)
State-modifying
Events approve(address to, uint256 tokenId)
lock()
mint(address _to, uint256 _tokenId)
recoverEth(address _to)
recoverNonFungibleToken(address _token, uint256 _tokenId)
recoverToken(address _token)
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)
setContractURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EthRecovery(uint256 amount)
Lock()
NonFungibleTokenRecovery(address indexed token, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRecovery(address indexed token, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply)
receive()
This contract contains no error objects.