The SURF Boards
Verified contract
Active on
Ethereum with 240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc6d5…4ace
Balances ($0.00)
No balances found for "The SURF Boards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19686504 | 7 months ago | | | 0 | 0.0013400448 | |
| 19132464 | 9 months ago | | | 0 | 0.00088458627 | |
| 19131728 | 9 months ago | | | 0 | 0.00069897660 | |
| 19080332 | 9 months ago | | | 0 | 0.0017619670 | |
| 17453803 | a year ago | | | 0 | 0.00078583892 | |
| 16670980 | 2 years ago | | | 0 | 0.0019373893 | |
| 16526537 | 2 years ago | | | 0 | 0.00067400246 | |
| 16466824 | 2 years ago | | | 0 | 0.0016845744 | |
| 16433893 | 2 years ago | | | 0 | 0.00086680504 | |
| 16128657 | 2 years ago | | | 0 | 0.00075918552 |
ABI
ABI objects
Getter at block 21121824
baseUri() view returns (string)
https://arweave.net/
id() view returns (uint256)
100
isOwner() view returns (bool)
false
maker() view returns (address)
0xa81eac3009bd6e6cce36602d6851fda789ddc3bb
name() view returns (string)
The SURF Boards
owner() view returns (address)
0xa81eac3009bd6e6cce36602d6851fda789ddc3bb
symbol() view returns (string)
SURF
totalSupply() view returns (uint256)
100
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)
items(uint256) view returns (uint256 tokenId, uint256 price, string metaId, uint8 state)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenIds)
batchMint(address to, uint256 amountToMint, string metaId, uint256 setPrice, bool isForSale)
batchTransfer(address giver, address[] recipients, uint256[] values)
burn(uint256 tokenId)
buyThing(uint256 _tokenId) payable returns (bool)
destroyAndSend()
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setTokenPrice(uint256[] ids, uint256 setPrice)
setTokenState(uint256[] ids, bool isEnabled)
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)
BatchBurned(string metaId, uint256[] ids)
BatchForSale(uint256[] ids, string metaId)
BatchTransfered(string metaId, address[] recipients, uint256[] ids)
Bought(uint256 tokenId, string metaId, uint256 value)
Destroy()
ErrorOut(string error, uint256 tokenId)
Minted(uint256 id, string metaId)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri, address fee, address creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.