Runebound

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x65d67e4f at 19662730
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "Runebound"

No transactions found for "Runebound"


Functions
Getter at block 20958083
baseERC20(view returns (address base)
0xae35dc90bb0bb9139f25fba6282b43aa02a9b9ca
name(view returns (string)
Runebound
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RUNE
totalSupply(view returns (uint256)
1336
Read-only
balanceOf(address nftOwnerview returns (uint256)
getApproved(uint256 idview returns (address)
isApprovedForAll(address nftOwneraddress operatorview returns (bool)
ownerAt(uint256 idview returns (address)
ownerOf(uint256 idview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool result)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address spenderuint256 idpayable 
pullOwner(returns (bool)
safeTransferFrom(address fromaddress touint256 idpayable 
safeTransferFrom(address fromaddress touint256 idbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 idpayable 
Events
Approval(address indexed owneraddress indexed accountuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address deployer
Fallback and receive
fallback(
receive(
Errors
AlreadyLinked(
CannotLink(
FnSelectorNotRecognized(
NotLinked(
SenderNotBase(
SenderNotDeployer(
TransferToNonERC721ReceiverImplementer(