Satoshis Legions - The Legionnaires
Verified contract
Active on
Ethereum with 3,081 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 "Satoshis Legions - The Legionnaires"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223576 | 5 days ago | | | 0 | 0.0010890006 | |
| 21223538 | 5 days ago | | | 0 | 0.0010124007 | |
| 21164655 | 13 days ago | | | 0 | 0.00041602878 | |
| 21158606 | 14 days ago | | | 0 | 0.00060962215 | |
| 21133991 | 17 days ago | | | 0 | 0.00020563820 | |
| 21133986 | 17 days ago | | | 0 | 0.00016288711 | |
| 21117380 | 20 days ago | | | 0 | 0.00035087840 | |
| 21117196 | 20 days ago | | | 0 | 0.00073691236 | |
| 21107108 | 21 days ago | | | 0 | 0.00017075372 | |
| 21102457 | 22 days ago | | | 0 | 0.00027753236 |
ABI
ABI objects
Getter at block 21258422
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
URI_SETTER_ROLE() view returns (bytes32)
0x7804d923f43a17d325d77e781528e0793b2edd9890ab45fc64efd7b4b427744c
baseURI() view returns (string)
https://api.satoshiverse.io/metadata/legionnaires/
name() view returns (string)
Satoshis Legions - The Legionnaires
owner() view returns (address)
0x981268bf660454e24dbea9020d57c2504a538c57
symbol() view returns (string)
LEGIONNAIRES
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isOperator(address _account) view returns (bool)
isURISetter(address _account) 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)
State-modifying
Events addOperator(address _account)
addURISetter(address _account)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
grantRole(bytes32 role, address account)
removeOperator(address _account)
removeURISetter(address _account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setTokenURI(uint256 tokenId, string _tokenURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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.