TheFallen
Verified contract
Active on
Ethereum with 6,175 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 "TheFallen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122558 | 5 days ago | | | 0 | 0.00054688815 | |
| 21113671 | 6 days ago | | | 0 | 0.00022339494 | |
| 21102680 | 8 days ago | | | 0 | 0.00010437390 | |
| 21081053 | 11 days ago | | | 0 | 0.00028909870 | |
| 21072014 | 12 days ago | | | 0 | 0.00060872660 | |
| 21040713 | 16 days ago | | | 0 | 0.00023346838 | |
| 21040113 | 17 days ago | | | 0 | 0.00026154324 | |
| 21034446 | 17 days ago | | | 0 | 0.00054989513 | |
| 20972652 | a month ago | | | 0 | 0.00063317750 | |
| 20958307 | a month ago | | | 0 | 0.00062066118 |
ABI
ABI objects
Getter at block 21158846
baseURI() view returns (string)
https://fallen.samuraisaga.com/json/
contractURI() view returns (string)
isMetadataLocked() view returns (bool)
false
maxSupply() view returns (uint256)
16665
name() view returns (string)
TheFallen
owner() view returns (address)
0xe1917c2ae334640589d7593502a3a9b3615358c3
symbol() view returns (string)
FALLEN
totalSupply() view returns (uint256)
16665
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isTokenLinked(uint8 linkedCollection, uint256 tokenId) view returns (bool)
linkedOnnas(uint256) view returns (bool)
linkedSamurais(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
lockMetadata()
mint(address _to, uint256 _tokenId, uint8 linkedCollection, uint256 linkedId)
mintBatch(address _to, uint256[] _tokenIds, uint256[] _linkedSamuraiIds, uint256[] _linkedOnnaIds)
recoverEth(address _to)
recoverNonFungibleToken(address _token, uint256 _tokenId)
recoverToken(address _token)
removeMinter(address minter)
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)
LockMetadata()
MinterAdded(address indexed minter)
MinterRemoved(address indexed minter)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.